Html Css Color HEX #FB0194 Hollywood Cerise

📋 copy color: '#FB0194'

red 251 ◦ green 1 ◦ blue 148

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

Shades of Hollywood Cerise #FB0194

Tints of Hollywood Cerise #FB0194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37%

R = 62.75%
G = 0.25%
B = 37%

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

#FB0194 (or 0xFB0194) is known color: Hollywood Cerise. HEX triplet: FB, 01 and 94. RGB value is (251,1,148). Sum of RGB (Red+Green+Blue) = 251+1+148=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0194 is #04FE6B. Grayscale: #5C5C5C. Windows color (decimal): -327276 or 9699835. OLE color: 9699835.

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

Color convert

RGB 251 1 148 -
CMYK 0 1.00 0.41 0.02
HSL 324.72º 0.99% 0.49% -
HSV(B) 324.72º 1% 0.98% -
XYZ 45.14 22.67 30.01 -
YUV 92.51 159.33 241.05 -
System Red Green Blue C M Y K H S L
Decimal 251 1 148 0 1.00 0.41 0.02 324.72 0.99 0.49
Hex FB 1 94 0 64 29 2 145 63 31
Octal 373 1 224 0 144 51 2 505 143 61
Binary 11111011 1 10010100 0 1100100 101001 10 101000101 1100011 110001

Color Harmonies of #FB0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0194

Black with #FB0194

Text Example


Text Example

White with #FB0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0194; }

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

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

background-color css

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

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

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

border-color css

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

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

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