Html Css Color HEX #FB0090 Hollywood Cerise

📋 copy color: '#FB0090'

red 251 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #FB0090

Tints of Hollywood Cerise #FB0090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 63.54%
G = 0%
B = 36.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB0090 (or 0xFB0090) is known color: Hollywood Cerise. HEX triplet: FB, 00 and 90. RGB value is (251,0,144). Sum of RGB (Red+Green+Blue) = 251+0+144=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0090 is #04FF6F. Grayscale: #5B5B5B. Windows color (decimal): -327536 or 9437435. OLE color: 9437435.

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

Color convert

RGB 251 0 144 -
CMYK 0 1 0.43 0.02
HSL 325.58º 1% 0.49% -
HSV(B) 325.58º 1% 0.98% -
XYZ 44.82 22.52 28.37 -
YUV 91.47 157.66 241.79 -
System Red Green Blue C M Y K H S L
Decimal 251 0 144 0 1 0.43 0.02 325.58 1 0.49
Hex FB 0 90 0 64 2B 2 146 64 31
Octal 373 0 220 0 144 53 2 506 144 61
Binary 11111011 0 10010000 0 1100100 101011 10 101000110 1100100 110001

Color Harmonies of #FB0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0090

Black with #FB0090

Text Example


Text Example

White with #FB0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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