Html Css Color HEX #FD129C Deep Pink

📋 copy color: '#FD129C'

red 253 ◦ green 18 ◦ blue 156

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

Shades of Deep Pink #FD129C

Tints of Deep Pink #FD129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.22%

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

R = 59.25%
G = 4.22%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD129C (or 0xFD129C) is known color: Deep Pink. HEX triplet: FD, 12 and 9C. RGB value is (253,18,156). Sum of RGB (Red+Green+Blue) = 253+18+156=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD129C is #02ED63. Grayscale: #676767. Windows color (decimal): -191844 or 10228477. OLE color: 10228477.

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

Color convert

RGB 253 18 156 -
CMYK 0 0.93 0.38 0.01
HSL 324.77º 0.98% 0.53% -
HSV(B) 324.77º 0.93% 0.99% -
XYZ 46.73 23.72 33.57 -
YUV 104 157.36 234.28 -
System Red Green Blue C M Y K H S L
Decimal 253 18 156 0 0.93 0.38 0.01 324.77 0.98 0.53
Hex FD 12 9C 0 5D 26 1 145 62 35
Octal 375 22 234 0 135 46 1 505 142 65
Binary 11111101 10010 10011100 0 1011101 100110 1 101000101 1100010 110101

Color Harmonies of #FD129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD129C

Black with #FD129C

Text Example


Text Example

White with #FD129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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