#F187B4

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

Shades of Persian Pink #F187B4

Tints of Persian Pink #F187B4

Color information

#F187B4 (or 0xF187B4) is unknown color: approx Persian Pink. HEX triplet: F1, 87 and B4. RGB value is (241,135,180). Sum of RGB (Red+Green+Blue) = 241+135+180=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F187B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187B4 is #0E784B. Grayscale: #ABABAB. Windows color (decimal): -948300 or 11831281. OLE color: 11831281.

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

Color convert

RGB241135180-
CMYK00.440.250.05
HSL334.53º79.1%73.73%-
HSV(B)334.53º43.98%94.51%-
XYZ53.1839.3247.97-
YUV171.82132.62177.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 135 (53.12% from 255) = 24.28%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=43.35%
G=24.28%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113518000.440.250.05334.5379.173.73
HexF187B402C19514f4f4a
Octal361207264054315517117112
Binary11110001100001111011010001011001100110110100111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F187B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F187B4; }

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

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

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

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

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

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

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

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