Html Css Color HEX #FC049E Hollywood Cerise

📋 copy color: '#FC049E'

red 252 ◦ green 4 ◦ blue 158

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

Shades of Hollywood Cerise #FC049E

Tints of Hollywood Cerise #FC049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 60.87%
G = 0.97%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC049E (or 0xFC049E) is known color: Hollywood Cerise. HEX triplet: FC, 04 and 9E. RGB value is (252,4,158). Sum of RGB (Red+Green+Blue) = 252+4+158=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC049E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC049E is #03FB61. Grayscale: #5F5F5F. Windows color (decimal): -260962 or 10355964. OLE color: 10355964.

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

Color convert

RGB 252 4 158 -
CMYK 0 0.98 0.37 0.01
HSL 322.74º 0.98% 0.5% -
HSV(B) 322.74º 0.98% 0.99% -
XYZ 46.36 23.25 34.39 -
YUV 95.71 163.16 239.48 -
System Red Green Blue C M Y K H S L
Decimal 252 4 158 0 0.98 0.37 0.01 322.74 0.98 0.5
Hex FC 4 9E 0 62 25 1 143 62 32
Octal 374 4 236 0 142 45 1 503 142 62
Binary 11111100 100 10011110 0 1100010 100101 1 101000011 1100010 110010

Color Harmonies of #FC049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC049E

Black with #FC049E

Text Example


Text Example

White with #FC049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC049E; }

 p { color: rgb(252,4,158); }

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

background-color css

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

 a { background-color: rgb(252,4,158); }

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

border-color css

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

 span { border-color: rgb(252,4,158); }

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