#F186B6

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

Shades of Persian Pink #F186B6

Tints of Persian Pink #F186B6

Color information

#F186B6 (or 0xF186B6) is unknown color: approx Persian Pink. HEX triplet: F1, 86 and B6. RGB value is (241,134,182). Sum of RGB (Red+Green+Blue) = 241+134+182=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F186B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186B6 is #0E7949. Grayscale: #ABABAB. Windows color (decimal): -948554 or 11962097. OLE color: 11962097.

HSL color Cylindrical-coordinate representation of color #F186B6: hue angle of 333.08º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F186B6 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB241134182-
CMYK00.440.240.05
HSL333.08º79.26%73.53%-
HSV(B)333.08º44.4%94.51%-
XYZ53.2439.1349-
YUV171.46133.95177.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.27%
GREEN value IS 134 (52.73% from 255) = 24.06%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=43.27%
G=24.06%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113418200.440.240.05333.0879.2673.53
HexF186B602C18514d4f4a
Octal361206266054305515117112
Binary11110001100001101011011001011001100010110100110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186B6; }

 p { color: rgb(241,134,182); }

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

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

 a { background-color: rgb(241,134,182); }

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

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

 span { border-color: rgb(241,134,182); }

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