Html Css Color HEX #FC0295 Hollywood Cerise

📋 copy color: '#FC0295'

red 252 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #FC0295

Tints of Hollywood Cerise #FC0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 62.53%
G = 0.5%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC0295 (or 0xFC0295) is known color: Hollywood Cerise. HEX triplet: FC, 02 and 95. RGB value is (252,2,149). Sum of RGB (Red+Green+Blue) = 252+2+149=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0295 is #03FD6A. Grayscale: #5D5D5D. Windows color (decimal): -261483 or 9765628. OLE color: 9765628.

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

Color convert

RGB 252 2 149 -
CMYK 0 0.99 0.41 0.01
HSL 324.72º 0.98% 0.5% -
HSV(B) 324.72º 0.99% 0.99% -
XYZ 45.59 22.91 30.45 -
YUV 93.51 159.33 241.05 -
System Red Green Blue C M Y K H S L
Decimal 252 2 149 0 0.99 0.41 0.01 324.72 0.98 0.5
Hex FC 2 95 0 63 29 1 145 62 32
Octal 374 2 225 0 143 51 1 505 142 62
Binary 11111100 10 10010101 0 1100011 101001 1 101000101 1100010 110010

Color Harmonies of #FC0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0295

Black with #FC0295

Text Example


Text Example

White with #FC0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0295; }

 p { color: rgb(252,2,149); }

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

background-color css

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

 a { background-color: rgb(252,2,149); }

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

border-color css

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

 span { border-color: rgb(252,2,149); }

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