Html Css Color HEX #FD049C Hollywood Cerise

📋 copy color: '#FD049C'

red 253 ◦ green 4 ◦ blue 156

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

Shades of Hollywood Cerise #FD049C

Tints of Hollywood Cerise #FD049C

RGB

 RED value IS 253 (99.22% from 255) = 61.26%

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

 BLUE value IS 156 (61.33% from 255) = 37.77%

R = 61.26%
G = 0.97%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD049C (or 0xFD049C) is known color: Hollywood Cerise. HEX triplet: FD, 04 and 9C. RGB value is (253,4,156). Sum of RGB (Red+Green+Blue) = 253+4+156=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD049C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD049C is #02FB63. Grayscale: #5F5F5F. Windows color (decimal): -195428 or 10224893. OLE color: 10224893.

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

Color convert

RGB 253 4 156 -
CMYK 0 0.98 0.38 0.01
HSL 323.37º 0.98% 0.5% -
HSV(B) 323.37º 0.98% 0.99% -
XYZ 46.55 23.37 33.51 -
YUV 95.78 161.99 240.14 -
System Red Green Blue C M Y K H S L
Decimal 253 4 156 0 0.98 0.38 0.01 323.37 0.98 0.5
Hex FD 4 9C 0 62 26 1 143 62 32
Octal 375 4 234 0 142 46 1 503 142 62
Binary 11111101 100 10011100 0 1100010 100110 1 101000011 1100010 110010

Color Harmonies of #FD049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD049C

Black with #FD049C

Text Example


Text Example

White with #FD049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD049C; }

 p { color: rgb(253,4,156); }

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

background-color css

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

 a { background-color: rgb(253,4,156); }

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

border-color css

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

 span { border-color: rgb(253,4,156); }

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