Html Css Color HEX #F88AB8 Persian Pink

📋 copy color: '#F88AB8'

red 248 ◦ green 138 ◦ blue 184

#F88AB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F88AB8

Tints of Persian Pink #F88AB8

RGB

 RED value IS 248 (97.27% from 255) = 43.51%

 GREEN value IS 138 (54.3% 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 value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F88AB8 (or 0xF88AB8) is known color: 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

RGB 248 138 184 -
CMYK 0 0.44 0.26 0.03
HSL 334.91º 0.89% 0.76% -
HSV(B) 334.91º 0.44% 0.97% -
XYZ 56.45 41.59 50.4 -
YUV 176.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 248 138 184 0 0.44 0.26 0.03 334.91 0.89 0.76
Hex F8 8A B8 0 2C 1A 3 14F 59 4C
Octal 370 212 270 0 54 32 3 517 131 114
Binary 11111000 10001010 10111000 0 101100 11010 11 101001111 1011001 1001100

Color Harmonies of #F88AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88AB8

Black with #F88AB8

Text Example


Text Example

White with #F88AB8

Text Example


Text Example

HTML Codes & Css Web 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>