Html Css Color HEX #FD029C Hollywood Cerise

📋 copy color: '#FD029C'

red 253 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #FD029C

Tints of Hollywood Cerise #FD029C

RGB

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

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

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

R = 61.56%
G = 0.49%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD029C (or 0xFD029C) is known color: Hollywood Cerise. HEX triplet: FD, 02 and 9C. RGB value is (253,2,156). Sum of RGB (Red+Green+Blue) = 253+2+156=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD029C is #02FD63. Grayscale: #5E5E5E. Windows color (decimal): -195940 or 10224381. OLE color: 10224381.

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

Color convert

RGB 253 2 156 -
CMYK 0 0.99 0.38 0.01
HSL 323.19º 0.98% 0.5% -
HSV(B) 323.19º 0.99% 0.99% -
XYZ 46.53 23.33 33.5 -
YUV 94.61 162.66 240.98 -
System Red Green Blue C M Y K H S L
Decimal 253 2 156 0 0.99 0.38 0.01 323.19 0.98 0.5
Hex FD 2 9C 0 63 26 1 143 62 32
Octal 375 2 234 0 143 46 1 503 142 62
Binary 11111101 10 10011100 0 1100011 100110 1 101000011 1100010 110010

Color Harmonies of #FD029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD029C

Black with #FD029C

Text Example


Text Example

White with #FD029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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