Html Css Color HEX #FD129E Deep Pink

📋 copy color: '#FD129E'

red 253 ◦ green 18 ◦ blue 158

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

Shades of Deep Pink #FD129E

Tints of Deep Pink #FD129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 58.97%
G = 4.2%
B = 36.83%

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

#FD129E (or 0xFD129E) is known color: Deep Pink. HEX triplet: FD, 12 and 9E. RGB value is (253,18,158). Sum of RGB (Red+Green+Blue) = 253+18+158=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD129E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD129E is #02ED61. Grayscale: #676767. Windows color (decimal): -191842 or 10359549. OLE color: 10359549.

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

Color convert

RGB 253 18 158 -
CMYK 0 0.93 0.38 0.01
HSL 324.26º 0.98% 0.53% -
HSV(B) 324.26º 0.93% 0.99% -
XYZ 46.9 23.78 34.47 -
YUV 104.23 158.36 234.12 -
System Red Green Blue C M Y K H S L
Decimal 253 18 158 0 0.93 0.38 0.01 324.26 0.98 0.53
Hex FD 12 9E 0 5D 26 1 144 62 35
Octal 375 22 236 0 135 46 1 504 142 65
Binary 11111101 10010 10011110 0 1011101 100110 1 101000100 1100010 110101

Color Harmonies of #FD129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD129E

Black with #FD129E

Text Example


Text Example

White with #FD129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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