Html Css Color HEX #FB0097 Hollywood Cerise

📋 copy color: '#FB0097'

red 251 ◦ green 0 ◦ blue 151

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

Shades of Hollywood Cerise #FB0097

Tints of Hollywood Cerise #FB0097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 151 (59.38% from 255) = 37.56%

R = 62.44%
G = 0%
B = 37.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB0097 (or 0xFB0097) is known color: Hollywood Cerise. HEX triplet: FB, 00 and 97. RGB value is (251,0,151). Sum of RGB (Red+Green+Blue) = 251+0+151=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0097 is #04FF68. Grayscale: #5B5B5B. Windows color (decimal): -327529 or 9896187. OLE color: 9896187.

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

Color convert

RGB 251 0 151 -
CMYK 0 1 0.40 0.02
HSL 323.9º 1% 0.49% -
HSV(B) 323.9º 1% 0.98% -
XYZ 45.37 22.74 31.28 -
YUV 92.26 161.16 241.22 -
System Red Green Blue C M Y K H S L
Decimal 251 0 151 0 1 0.40 0.02 323.9 1 0.49
Hex FB 0 97 0 64 28 2 144 64 31
Octal 373 0 227 0 144 50 2 504 144 61
Binary 11111011 0 10010111 0 1100100 101000 10 101000100 1100100 110001

Color Harmonies of #FB0097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0097

Black with #FB0097

Text Example


Text Example

White with #FB0097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0097; }

 p { color: rgb(251,0,151); }

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

background-color css

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

 a { background-color: rgb(251,0,151); }

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

border-color css

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

 span { border-color: rgb(251,0,151); }

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