#F188B4

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

Shades of Persian Pink #F188B4

Tints of Persian Pink #F188B4

Color information

#F188B4 (or 0xF188B4) is unknown color: approx Persian Pink. HEX triplet: F1, 88 and B4. RGB value is (241,136,180). Sum of RGB (Red+Green+Blue) = 241+136+180=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F188B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188B4 is #0E774B. Grayscale: #ACACAC. Windows color (decimal): -948044 or 11831537. OLE color: 11831537.

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

Color convert

RGB241136180-
CMYK00.440.250.05
HSL334.86º78.95%73.92%-
HSV(B)334.86º43.57%94.51%-
XYZ53.3239.648.01-
YUV172.41132.29176.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.27%
GREEN value IS 136 (53.52% from 255) = 24.42%
BLUE value IS 180 (70.70% from 255) = 32.32%
R=43.27%
G=24.42%
B=32.32%

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
Decimal24113618000.440.250.05334.8678.9573.92
HexF188B402C19514f4f4a
Octal361210264054315517117112
Binary11110001100010001011010001011001100110110100111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188B4; }

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

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

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

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

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

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

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

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