Html Css Color HEX #FC0192 Hollywood Cerise

📋 copy color: '#FC0192'

red 252 ◦ green 1 ◦ blue 146

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

Shades of Hollywood Cerise #FC0192

Tints of Hollywood Cerise #FC0192

RGB

 RED value IS 252 (98.83% from 255) = 63.16%

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

 BLUE value IS 146 (57.42% from 255) = 36.59%

R = 63.16%
G = 0.25%
B = 36.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC0192 (or 0xFC0192) is known color: Hollywood Cerise. HEX triplet: FC, 01 and 92. RGB value is (252,1,146). Sum of RGB (Red+Green+Blue) = 252+1+146=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0192 is #03FE6D. Grayscale: #5C5C5C. Windows color (decimal): -261742 or 9568764. OLE color: 9568764.

HSL color Cylindrical-coordinate representation of color #FC0192: hue angle of 325.34º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0192 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 146 -
CMYK 0 1.00 0.42 0.01
HSL 325.34º 0.99% 0.5% -
HSV(B) 325.34º 1% 0.99% -
XYZ 45.34 22.79 29.2 -
YUV 92.58 158.16 241.71 -
System Red Green Blue C M Y K H S L
Decimal 252 1 146 0 1.00 0.42 0.01 325.34 0.99 0.5
Hex FC 1 92 0 64 2A 1 145 63 32
Octal 374 1 222 0 144 52 1 505 143 62
Binary 11111100 1 10010010 0 1100100 101010 1 101000101 1100011 110010

Color Harmonies of #FC0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0192

Black with #FC0192

Text Example


Text Example

White with #FC0192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0192; }

 p { color: rgb(252,1,146); }

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

background-color css

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

 a { background-color: rgb(252,1,146); }

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

border-color css

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

 span { border-color: rgb(252,1,146); }

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