Html Css Color HEX #FB0091 Hollywood Cerise

📋 copy color: '#FB0091'

red 251 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #FB0091

Tints of Hollywood Cerise #FB0091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 63.38%
G = 0%
B = 36.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB0091 (or 0xFB0091) is known color: Hollywood Cerise. HEX triplet: FB, 00 and 91. RGB value is (251,0,145). Sum of RGB (Red+Green+Blue) = 251+0+145=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0091 is #04FF6E. Grayscale: #5B5B5B. Windows color (decimal): -327535 or 9502971. OLE color: 9502971.

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

Color convert

RGB 251 0 145 -
CMYK 0 1 0.42 0.02
HSL 325.34º 1% 0.49% -
HSV(B) 325.34º 1% 0.98% -
XYZ 44.89 22.55 28.78 -
YUV 91.58 158.16 241.71 -
System Red Green Blue C M Y K H S L
Decimal 251 0 145 0 1 0.42 0.02 325.34 1 0.49
Hex FB 0 91 0 64 2A 2 145 64 31
Octal 373 0 221 0 144 52 2 505 144 61
Binary 11111011 0 10010001 0 1100100 101010 10 101000101 1100100 110001

Color Harmonies of #FB0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0091

Black with #FB0091

Text Example


Text Example

White with #FB0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0091; }

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

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

background-color css

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

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

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

border-color css

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

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

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