Html Css Color HEX #FB0198 Hollywood Cerise

📋 copy color: '#FB0198'

red 251 ◦ green 1 ◦ blue 152

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

Shades of Hollywood Cerise #FB0198

Tints of Hollywood Cerise #FB0198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 62.13%
G = 0.25%
B = 37.62%

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

#FB0198 (or 0xFB0198) is known color: Hollywood Cerise. HEX triplet: FB, 01 and 98. RGB value is (251,1,152). Sum of RGB (Red+Green+Blue) = 251+1+152=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0198 is #04FE67. Grayscale: #5C5C5C. Windows color (decimal): -327272 or 9961979. OLE color: 9961979.

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

Color convert

RGB 251 1 152 -
CMYK 0 1.00 0.39 0.02
HSL 323.76º 0.99% 0.49% -
HSV(B) 323.76º 1% 0.98% -
XYZ 45.46 22.8 31.71 -
YUV 92.96 161.33 240.72 -
System Red Green Blue C M Y K H S L
Decimal 251 1 152 0 1.00 0.39 0.02 323.76 0.99 0.49
Hex FB 1 98 0 64 27 2 144 63 31
Octal 373 1 230 0 144 47 2 504 143 61
Binary 11111011 1 10011000 0 1100100 100111 10 101000100 1100011 110001

Color Harmonies of #FB0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0198

Black with #FB0198

Text Example


Text Example

White with #FB0198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0198; }

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

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

background-color css

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

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

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

border-color css

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

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

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