Html Css Color HEX #FC0293 Hollywood Cerise

📋 copy color: '#FC0293'

red 252 ◦ green 2 ◦ blue 147

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

Shades of Hollywood Cerise #FC0293

Tints of Hollywood Cerise #FC0293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 62.84%
G = 0.5%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC0293 (or 0xFC0293) is known color: Hollywood Cerise. HEX triplet: FC, 02 and 93. RGB value is (252,2,147). Sum of RGB (Red+Green+Blue) = 252+2+147=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0293 is #03FD6C. Grayscale: #5C5C5C. Windows color (decimal): -261485 or 9634556. OLE color: 9634556.

HSL color Cylindrical-coordinate representation of color #FC0293: hue angle of 325.2º 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 #FC0293 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 2 147 -
CMYK 0 0.99 0.42 0.01
HSL 325.2º 0.98% 0.5% -
HSV(B) 325.2º 0.99% 0.99% -
XYZ 45.43 22.85 29.62 -
YUV 93.28 158.33 241.21 -
System Red Green Blue C M Y K H S L
Decimal 252 2 147 0 0.99 0.42 0.01 325.2 0.98 0.5
Hex FC 2 93 0 63 2A 1 145 62 32
Octal 374 2 223 0 143 52 1 505 142 62
Binary 11111100 10 10010011 0 1100011 101010 1 101000101 1100010 110010

Color Harmonies of #FC0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0293

Black with #FC0293

Text Example


Text Example

White with #FC0293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0293; }

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

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

background-color css

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

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

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

border-color css

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

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

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