Html Css Color HEX #FB05AC Hollywood Cerise

📋 copy color: '#FB05AC'

red 251 ◦ green 5 ◦ blue 172

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

Shades of Hollywood Cerise #FB05AC

Tints of Hollywood Cerise #FB05AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 58.64%
G = 1.17%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB05AC (or 0xFB05AC) is known color: Hollywood Cerise. HEX triplet: FB, 05 and AC. RGB value is (251,5,172). Sum of RGB (Red+Green+Blue) = 251+5+172=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB05AC is #04FA53. Grayscale: #616161. Windows color (decimal): -326228 or 11273723. OLE color: 11273723.

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

Color convert

RGB 251 5 172 -
CMYK 0 0.98 0.31 0.02
HSL 319.27º 0.97% 0.5% -
HSV(B) 319.27º 0.98% 0.98% -
XYZ 47.28 23.6 41.09 -
YUV 97.59 170 237.42 -
System Red Green Blue C M Y K H S L
Decimal 251 5 172 0 0.98 0.31 0.02 319.27 0.97 0.5
Hex FB 5 AC 0 62 1F 2 13F 61 32
Octal 373 5 254 0 142 37 2 477 141 62
Binary 11111011 101 10101100 0 1100010 11111 10 100111111 1100001 110010

Color Harmonies of #FB05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB05AC

Black with #FB05AC

Text Example


Text Example

White with #FB05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB05AC; }

 p { color: rgb(251,5,172); }

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

background-color css

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

 a { background-color: rgb(251,5,172); }

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

border-color css

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

 span { border-color: rgb(251,5,172); }

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