Html Css Color HEX #FB01AC Hollywood Cerise

📋 copy color: '#FB01AC'

red 251 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #FB01AC

Tints of Hollywood Cerise #FB01AC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 59.2%
G = 0.24%
B = 40.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB01AC (or 0xFB01AC) is known color: Hollywood Cerise. HEX triplet: FB, 01 and AC. RGB value is (251,1,172). Sum of RGB (Red+Green+Blue) = 251+1+172=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB01AC is #04FE53. Grayscale: #5E5E5E. Windows color (decimal): -327252 or 11272699. OLE color: 11272699.

HSL color Cylindrical-coordinate representation of color #FB01AC: hue angle of 318.96º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01AC is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 1 172 -
CMYK 0 1.00 0.31 0.02
HSL 318.96º 0.99% 0.49% -
HSV(B) 318.96º 1% 0.98% -
XYZ 47.24 23.51 41.08 -
YUV 95.24 171.33 239.1 -
System Red Green Blue C M Y K H S L
Decimal 251 1 172 0 1.00 0.31 0.02 318.96 0.99 0.49
Hex FB 1 AC 0 64 1F 2 13F 63 31
Octal 373 1 254 0 144 37 2 477 143 61
Binary 11111011 1 10101100 0 1100100 11111 10 100111111 1100011 110001

Color Harmonies of #FB01AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB01AC

Black with #FB01AC

Text Example


Text Example

White with #FB01AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB01AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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