Html Css Color HEX #FB04AF Hollywood Cerise

📋 copy color: '#FB04AF'

red 251 ◦ green 4 ◦ blue 175

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

Shades of Hollywood Cerise #FB04AF

Tints of Hollywood Cerise #FB04AF

RGB

 RED value IS 251 (98.44% from 255) = 58.37%

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

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 58.37%
G = 0.93%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB04AF (or 0xFB04AF) is known color: Hollywood Cerise. HEX triplet: FB, 04 and AF. RGB value is (251,4,175). Sum of RGB (Red+Green+Blue) = 251+4+175=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB04AF is #04FB50. Grayscale: #606060. Windows color (decimal): -326481 or 11470075. OLE color: 11470075.

HSL color Cylindrical-coordinate representation of color #FB04AF: hue angle of 318.46º 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 #FB04AF is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 4 175 -
CMYK 0 0.98 0.30 0.02
HSL 318.46º 0.97% 0.5% -
HSV(B) 318.46º 0.98% 0.98% -
XYZ 47.56 23.69 42.62 -
YUV 97.35 171.83 237.6 -
System Red Green Blue C M Y K H S L
Decimal 251 4 175 0 0.98 0.30 0.02 318.46 0.97 0.5
Hex FB 4 AF 0 62 1E 2 13E 61 32
Octal 373 4 257 0 142 36 2 476 141 62
Binary 11111011 100 10101111 0 1100010 11110 10 100111110 1100001 110010

Color Harmonies of #FB04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB04AF

Black with #FB04AF

Text Example


Text Example

White with #FB04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB04AF; }

 p { color: rgb(251,4,175); }

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

background-color css

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

 a { background-color: rgb(251,4,175); }

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

border-color css

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

 span { border-color: rgb(251,4,175); }

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