Html Css Color HEX #FD129D Deep Pink

📋 copy color: '#FD129D'

red 253 ◦ green 18 ◦ blue 157

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

Shades of Deep Pink #FD129D

Tints of Deep Pink #FD129D

RGB

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

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

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

R = 59.11%
G = 4.21%
B = 36.68%

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

#FD129D (or 0xFD129D) is known color: Deep Pink. HEX triplet: FD, 12 and 9D. RGB value is (253,18,157). Sum of RGB (Red+Green+Blue) = 253+18+157=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD129D is #02ED62. Grayscale: #676767. Windows color (decimal): -191843 or 10294013. OLE color: 10294013.

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

Color convert

RGB 253 18 157 -
CMYK 0 0.93 0.38 0.01
HSL 324.51º 0.98% 0.53% -
HSV(B) 324.51º 0.93% 0.99% -
XYZ 46.81 23.75 34.02 -
YUV 104.11 157.86 234.2 -
System Red Green Blue C M Y K H S L
Decimal 253 18 157 0 0.93 0.38 0.01 324.51 0.98 0.53
Hex FD 12 9D 0 5D 26 1 145 62 35
Octal 375 22 235 0 135 46 1 505 142 65
Binary 11111101 10010 10011101 0 1011101 100110 1 101000101 1100010 110101

Color Harmonies of #FD129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD129D

Black with #FD129D

Text Example


Text Example

White with #FD129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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