#F187BB

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

Shades of Persian Pink #F187BB

Tints of Persian Pink #F187BB

Color information

#F187BB (or 0xF187BB) is unknown color: approx Persian Pink. HEX triplet: F1, 87 and BB. RGB value is (241,135,187). Sum of RGB (Red+Green+Blue) = 241+135+187=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F187BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187BB is #0E7844. Grayscale: #ACACAC. Windows color (decimal): -948293 or 12290033. OLE color: 12290033.

HSL color Cylindrical-coordinate representation of color #F187BB: hue angle of 330.57º 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 #F187BB is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241135187-
CMYK00.440.220.05
HSL330.57º79.1%73.73%-
HSV(B)330.57º43.98%94.51%-
XYZ53.9139.6251.82-
YUV172.62136.12176.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 135 (53.12% from 255) = 23.98%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=42.81%
G=23.98%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113518700.440.220.05330.5779.173.73
HexF187BB02C16514b4f4a
Octal361207273054265513117112
Binary11110001100001111011101101011001011010110100101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F187BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F187BB; }

 p { color: rgb(241,135,187); }

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

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

 a { background-color: rgb(241,135,187); }

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

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

 span { border-color: rgb(241,135,187); }

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