#F88AB8

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

Shades of Persian Pink #F88AB8

Tints of Persian Pink #F88AB8

Color information

#F88AB8 (or 0xF88AB8) is unknown color: approx Persian Pink. HEX triplet: F8, 8A and B8. RGB value is (248,138,184). Sum of RGB (Red+Green+Blue) = 248+138+184=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F88AB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88AB8 is #077547. Grayscale: #B0B0B0. Windows color (decimal): -488776 or 12094200. OLE color: 12094200.

HSL color Cylindrical-coordinate representation of color #F88AB8: hue angle of 334.91º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88AB8 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248138184-
CMYK00.440.260.03
HSL334.91º88.71%75.69%-
HSV(B)334.91º44.35%97.25%-
XYZ56.4541.5950.4-
YUV176.13132.44179.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.51%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 184 (72.27% from 255) = 32.28%
R=43.51%
G=24.21%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813818400.440.260.03334.9188.7175.69
HexF88AB802C1A314f594c
Octal370212270054323517131114
Binary1111100010001010101110000101100110101110100111110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88AB8; }

 p { color: rgb(248,138,184); }

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

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

 a { background-color: rgb(248,138,184); }

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

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

 span { border-color: rgb(248,138,184); }

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