Html Css Color HEX #FD029D Hollywood Cerise

📋 copy color: '#FD029D'

red 253 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #FD029D

Tints of Hollywood Cerise #FD029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 61.41%
G = 0.49%
B = 38.11%

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

#FD029D (or 0xFD029D) is known color: Hollywood Cerise. HEX triplet: FD, 02 and 9D. RGB value is (253,2,157). Sum of RGB (Red+Green+Blue) = 253+2+157=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD029D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD029D is #02FD62. Grayscale: #5E5E5E. Windows color (decimal): -195939 or 10289917. OLE color: 10289917.

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

Color convert

RGB 253 2 157 -
CMYK 0 0.99 0.38 0.01
HSL 322.95º 0.98% 0.5% -
HSV(B) 322.95º 0.99% 0.99% -
XYZ 46.62 23.36 33.95 -
YUV 94.72 163.16 240.9 -
System Red Green Blue C M Y K H S L
Decimal 253 2 157 0 0.99 0.38 0.01 322.95 0.98 0.5
Hex FD 2 9D 0 63 26 1 143 62 32
Octal 375 2 235 0 143 46 1 503 142 62
Binary 11111101 10 10011101 0 1100011 100110 1 101000011 1100010 110010

Color Harmonies of #FD029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD029D

Black with #FD029D

Text Example


Text Example

White with #FD029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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