Html Css Color HEX #FB009A Hollywood Cerise

📋 copy color: '#FB009A'

red 251 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #FB009A

Tints of Hollywood Cerise #FB009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 61.98%
G = 0%
B = 38.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB009A (or 0xFB009A) is known color: Hollywood Cerise. HEX triplet: FB, 00 and 9A. RGB value is (251,0,154). Sum of RGB (Red+Green+Blue) = 251+0+154=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB009A is #04FF65. Grayscale: #5C5C5C. Windows color (decimal): -327526 or 10092795. OLE color: 10092795.

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

Color convert

RGB 251 0 154 -
CMYK 0 1 0.39 0.02
HSL 323.19º 1% 0.49% -
HSV(B) 323.19º 1% 0.98% -
XYZ 45.62 22.84 32.58 -
YUV 92.61 162.66 240.98 -
System Red Green Blue C M Y K H S L
Decimal 251 0 154 0 1 0.39 0.02 323.19 1 0.49
Hex FB 0 9A 0 64 27 2 143 64 31
Octal 373 0 232 0 144 47 2 503 144 61
Binary 11111011 0 10011010 0 1100100 100111 10 101000011 1100100 110001

Color Harmonies of #FB009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB009A

Black with #FB009A

Text Example


Text Example

White with #FB009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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