Html Css Color HEX #FF2580 Deep Pink

📋 copy color: '#FF2580'

red 255 ◦ green 37 ◦ blue 128

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

Shades of Deep Pink #FF2580

Tints of Deep Pink #FF2580

RGB

 RED value IS 255 (100% from 255) = 60.71%

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

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

R = 60.71%
G = 8.81%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF2580 (or 0xFF2580) is known color: Deep Pink. HEX triplet: FF, 25 and 80. RGB value is (255,37,128). Sum of RGB (Red+Green+Blue) = 255+37+128=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2580 is #00DA7F. Grayscale: #707070. Windows color (decimal): -55936 or 8398335. OLE color: 8398335.

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

Color convert

RGB 255 37 128 -
CMYK 0 0.85 0.50 0
HSL 334.95º 1% 0.57% -
HSV(B) 334.95º 0.85% 1% -
XYZ 45.8 24.14 22.67 -
YUV 112.56 136.72 229.6 -
System Red Green Blue C M Y K H S L
Decimal 255 37 128 0 0.85 0.50 0 334.95 1 0.57
Hex FF 25 80 0 55 32 0 14F 64 39
Octal 377 45 200 0 125 62 0 517 144 71
Binary 11111111 100101 10000000 0 1010101 110010 0 101001111 1100100 111001

Color Harmonies of #FF2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2580

Black with #FF2580

Text Example


Text Example

White with #FF2580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2580; }

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

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

background-color css

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

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

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

border-color css

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

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

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