Html Css Color HEX #FB008F Hollywood Cerise

📋 copy color: '#FB008F'

red 251 ◦ green 0 ◦ blue 143

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

Shades of Hollywood Cerise #FB008F

Tints of Hollywood Cerise #FB008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 63.71%
G = 0%
B = 36.29%

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

#FB008F (or 0xFB008F) is known color: Hollywood Cerise. HEX triplet: FB, 00 and 8F. RGB value is (251,0,143). Sum of RGB (Red+Green+Blue) = 251+0+143=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB008F is #04FF70. Grayscale: #5B5B5B. Windows color (decimal): -327537 or 9371899. OLE color: 9371899.

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

Color convert

RGB 251 0 143 -
CMYK 0 1 0.43 0.02
HSL 325.82º 1% 0.49% -
HSV(B) 325.82º 1% 0.98% -
XYZ 44.74 22.49 27.97 -
YUV 91.35 157.16 241.87 -
System Red Green Blue C M Y K H S L
Decimal 251 0 143 0 1 0.43 0.02 325.82 1 0.49
Hex FB 0 8F 0 64 2B 2 146 64 31
Octal 373 0 217 0 144 53 2 506 144 61
Binary 11111011 0 10001111 0 1100100 101011 10 101000110 1100100 110001

Color Harmonies of #FB008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB008F

Black with #FB008F

Text Example


Text Example

White with #FB008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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