Html Css Color HEX #FD1581 Deep Pink

📋 copy color: '#FD1581'

red 253 ◦ green 21 ◦ blue 129

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

Shades of Deep Pink #FD1581

Tints of Deep Pink #FD1581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.21%

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

R = 62.78%
G = 5.21%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD1581 (or 0xFD1581) is known color: Deep Pink. HEX triplet: FD, 15 and 81. RGB value is (253,21,129). Sum of RGB (Red+Green+Blue) = 253+21+129=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1581 is #02EA7E. Grayscale: #666666. Windows color (decimal): -191103 or 8459773. OLE color: 8459773.

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

Color convert

RGB 253 21 129 -
CMYK 0 0.92 0.49 0.01
HSL 332.07º 0.98% 0.54% -
HSV(B) 332.07º 0.92% 0.99% -
XYZ 44.74 23 22.85 -
YUV 102.68 142.86 235.22 -
System Red Green Blue C M Y K H S L
Decimal 253 21 129 0 0.92 0.49 0.01 332.07 0.98 0.54
Hex FD 15 81 0 5C 31 1 14C 62 36
Octal 375 25 201 0 134 61 1 514 142 66
Binary 11111101 10101 10000001 0 1011100 110001 1 101001100 1100010 110110

Color Harmonies of #FD1581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1581

Black with #FD1581

Text Example


Text Example

White with #FD1581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1581; }

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

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

background-color css

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

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

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

border-color css

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

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

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