Html Css Color HEX #FB0199 Hollywood Cerise

📋 copy color: '#FB0199'

red 251 ◦ green 1 ◦ blue 153

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

Shades of Hollywood Cerise #FB0199

Tints of Hollywood Cerise #FB0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 61.98%
G = 0.25%
B = 37.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB0199 (or 0xFB0199) is known color: Hollywood Cerise. HEX triplet: FB, 01 and 99. RGB value is (251,1,153). Sum of RGB (Red+Green+Blue) = 251+1+153=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0199 is #04FE66. Grayscale: #5C5C5C. Windows color (decimal): -327271 or 10027515. OLE color: 10027515.

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

Color convert

RGB 251 1 153 -
CMYK 0 1.00 0.39 0.02
HSL 323.52º 0.99% 0.49% -
HSV(B) 323.52º 1% 0.98% -
XYZ 45.54 22.83 32.14 -
YUV 93.08 161.83 240.64 -
System Red Green Blue C M Y K H S L
Decimal 251 1 153 0 1.00 0.39 0.02 323.52 0.99 0.49
Hex FB 1 99 0 64 27 2 144 63 31
Octal 373 1 231 0 144 47 2 504 143 61
Binary 11111011 1 10011001 0 1100100 100111 10 101000100 1100011 110001

Color Harmonies of #FB0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0199

Black with #FB0199

Text Example


Text Example

White with #FB0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0199; }

 p { color: rgb(251,1,153); }

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

background-color css

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

 a { background-color: rgb(251,1,153); }

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

border-color css

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

 span { border-color: rgb(251,1,153); }

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