Html Css Color HEX #FD2580 Deep Pink

📋 copy color: '#FD2580'

red 253 ◦ green 37 ◦ blue 128

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

Shades of Deep Pink #FD2580

Tints of Deep Pink #FD2580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.85%

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 60.53%
G = 8.85%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD2580 (or 0xFD2580) is known color: Deep Pink. HEX triplet: FD, 25 and 80. RGB value is (253,37,128). Sum of RGB (Red+Green+Blue) = 253+37+128=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2580 is #02DA7F. Grayscale: #6F6F6F. Windows color (decimal): -187008 or 8398333. OLE color: 8398333.

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

Color convert

RGB 253 37 128 -
CMYK 0 0.85 0.49 0.01
HSL 334.72º 0.98% 0.57% -
HSV(B) 334.72º 0.85% 0.99% -
XYZ 45.07 23.76 22.63 -
YUV 111.96 137.06 228.6 -
System Red Green Blue C M Y K H S L
Decimal 253 37 128 0 0.85 0.49 0.01 334.72 0.98 0.57
Hex FD 25 80 0 55 31 1 14F 62 39
Octal 375 45 200 0 125 61 1 517 142 71
Binary 11111101 100101 10000000 0 1010101 110001 1 101001111 1100010 111001

Color Harmonies of #FD2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2580

Black with #FD2580

Text Example


Text Example

White with #FD2580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2580; }

 p { color: rgb(253,37,128); }

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

background-color css

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

 a { background-color: rgb(253,37,128); }

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

border-color css

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

 span { border-color: rgb(253,37,128); }

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