#F184B5

Color #F184B5 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F184B5

Tints of Persian Pink #F184B5

Color information

#F184B5 (or 0xF184B5) is unknown color: approx Persian Pink. HEX triplet: F1, 84 and B5. RGB value is (241,132,181). Sum of RGB (Red+Green+Blue) = 241+132+181=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F184B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184B5 is #0E7B4A. Grayscale: #AAAAAA. Windows color (decimal): -949067 or 11896049. OLE color: 11896049.

HSL color Cylindrical-coordinate representation of color #F184B5: hue angle of 333.03º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F184B5 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB241132181-
CMYK00.450.250.05
HSL333.03º79.56%73.14%-
HSV(B)333.03º45.23%94.51%-
XYZ52.8738.5448.37-
YUV170.18134.11178.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 132 (51.95% from 255) = 23.83%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=43.50%
G=23.83%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113218100.450.250.05333.0379.5673.14
HexF184B502D19514d5049
Octal361204265055315515120111
Binary11110001100001001011010101011011100110110100110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F184B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F184B5; }

 p { color: rgb(241,132,181); }

 H1.HeaderClassName
 {
   color: #F184B5;
 }
 .AnyTagClassName
 {
   color: #F184B5;
 }
</style>
background-color css

<style>
 a { background-color: #F184B5; }

 a { background-color: rgb(241,132,181); }

 div.DivClassName
 {
   background-color: #F184B5;
 }
 .BgClassName
 {
   background-color: #F184B5;
 }
</style>
border-color css

<style>
 span { border-color: #F184B5; }

 span { border-color: rgb(241,132,181); }

 td.TdClassName
 {
   border-color: #F184B5;
 }
 .TagClassName
 {
   border-color: #F184B5;
 }
</style>