Html Css Color HEX #FA08AB Hollywood Cerise

📋 copy color: '#FA08AB'

red 250 ◦ green 8 ◦ blue 171

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

Shades of Hollywood Cerise #FA08AB

Tints of Hollywood Cerise #FA08AB

RGB

 RED value IS 250 (98.05% from 255) = 58.28%

 GREEN value IS 8 (3.52% from 255) = 1.86%

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 58.28%
G = 1.86%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA08AB (or 0xFA08AB) is known color: Hollywood Cerise. HEX triplet: FA, 08 and AB. RGB value is (250,8,171). Sum of RGB (Red+Green+Blue) = 250+8+171=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA08AB is #05F754. Grayscale: #626262. Windows color (decimal): -390997 or 11208954. OLE color: 11208954.

HSL color Cylindrical-coordinate representation of color #FA08AB: hue angle of 319.59º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA08AB is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 8 171 -
CMYK 0 0.97 0.32 0.02
HSL 319.59º 0.96% 0.51% -
HSV(B) 319.59º 0.97% 0.98% -
XYZ 46.86 23.44 40.58 -
YUV 98.94 168.67 235.75 -
System Red Green Blue C M Y K H S L
Decimal 250 8 171 0 0.97 0.32 0.02 319.59 0.96 0.51
Hex FA 8 AB 0 61 20 2 140 60 33
Octal 372 10 253 0 141 40 2 500 140 63
Binary 11111010 1000 10101011 0 1100001 100000 10 101000000 1100000 110011

Color Harmonies of #FA08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA08AB

Black with #FA08AB

Text Example


Text Example

White with #FA08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA08AB; }

 p { color: rgb(250,8,171); }

 H1.HeaderClassName
 {
   color: #FA08AB;
 }
 .AnyTagClassName
 {
   color: #FA08AB;
 }
</style>

background-color css

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

 a { background-color: rgb(250,8,171); }

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

border-color css

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

 span { border-color: rgb(250,8,171); }

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