Html Css Color HEX #FD1981 Deep Pink

📋 copy color: '#FD1981'

red 253 ◦ green 25 ◦ blue 129

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

Shades of Deep Pink #FD1981

Tints of Deep Pink #FD1981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.14%

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 62.16%
G = 6.14%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD1981 (or 0xFD1981) is known color: Deep Pink. HEX triplet: FD, 19 and 81. RGB value is (253,25,129). Sum of RGB (Red+Green+Blue) = 253+25+129=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1981 is #02E67E. Grayscale: #686868. Windows color (decimal): -190079 or 8460797. OLE color: 8460797.

HSL color Cylindrical-coordinate representation of color #FD1981: hue angle of 332.63º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1981 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 25 129 -
CMYK 0 0.90 0.49 0.01
HSL 332.63º 0.98% 0.55% -
HSV(B) 332.63º 0.9% 0.99% -
XYZ 44.82 23.16 22.88 -
YUV 105.03 141.54 233.54 -
System Red Green Blue C M Y K H S L
Decimal 253 25 129 0 0.90 0.49 0.01 332.63 0.98 0.55
Hex FD 19 81 0 5A 31 1 14D 62 37
Octal 375 31 201 0 132 61 1 515 142 67
Binary 11111101 11001 10000001 0 1011010 110001 1 101001101 1100010 110111

Color Harmonies of #FD1981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1981

Black with #FD1981

Text Example


Text Example

White with #FD1981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1981; }

 p { color: rgb(253,25,129); }

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

background-color css

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

 a { background-color: rgb(253,25,129); }

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

border-color css

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

 span { border-color: rgb(253,25,129); }

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