Html Css Color HEX #FA04AB Hollywood Cerise

📋 copy color: '#FA04AB'

red 250 ◦ green 4 ◦ blue 171

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

Shades of Hollywood Cerise #FA04AB

Tints of Hollywood Cerise #FA04AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

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

R = 58.82%
G = 0.94%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA04AB (or 0xFA04AB) is known color: Hollywood Cerise. HEX triplet: FA, 04 and AB. RGB value is (250,4,171). Sum of RGB (Red+Green+Blue) = 250+4+171=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA04AB is #05FB54. Grayscale: #606060. Windows color (decimal): -392021 or 11207930. OLE color: 11207930.

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

Color convert

RGB 250 4 171 -
CMYK 0 0.98 0.32 0.02
HSL 319.27º 0.97% 0.5% -
HSV(B) 319.27º 0.98% 0.98% -
XYZ 46.82 23.35 40.57 -
YUV 96.59 170 237.42 -
System Red Green Blue C M Y K H S L
Decimal 250 4 171 0 0.98 0.32 0.02 319.27 0.97 0.5
Hex FA 4 AB 0 62 20 2 13F 61 32
Octal 372 4 253 0 142 40 2 477 141 62
Binary 11111010 100 10101011 0 1100010 100000 10 100111111 1100001 110010

Color Harmonies of #FA04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA04AB

Black with #FA04AB

Text Example


Text Example

White with #FA04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA04AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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