Html Css Color HEX #FB0195 Hollywood Cerise

📋 copy color: '#FB0195'

red 251 ◦ green 1 ◦ blue 149

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

Shades of Hollywood Cerise #FB0195

Tints of Hollywood Cerise #FB0195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 62.59%
G = 0.25%
B = 37.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB0195 (or 0xFB0195) is known color: Hollywood Cerise. HEX triplet: FB, 01 and 95. RGB value is (251,1,149). Sum of RGB (Red+Green+Blue) = 251+1+149=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0195 is #04FE6A. Grayscale: #5C5C5C. Windows color (decimal): -327275 or 9765371. OLE color: 9765371.

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

Color convert

RGB 251 1 149 -
CMYK 0 1.00 0.41 0.02
HSL 324.48º 0.99% 0.49% -
HSV(B) 324.48º 1% 0.98% -
XYZ 45.22 22.7 30.43 -
YUV 92.62 159.83 240.97 -
System Red Green Blue C M Y K H S L
Decimal 251 1 149 0 1.00 0.41 0.02 324.48 0.99 0.49
Hex FB 1 95 0 64 29 2 144 63 31
Octal 373 1 225 0 144 51 2 504 143 61
Binary 11111011 1 10010101 0 1100100 101001 10 101000100 1100011 110001

Color Harmonies of #FB0195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0195

Black with #FB0195

Text Example


Text Example

White with #FB0195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0195; }

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

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

background-color css

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

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

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

border-color css

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

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

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