Html Css Color HEX #FD2582 Deep Pink

📋 copy color: '#FD2582'

red 253 ◦ green 37 ◦ blue 130

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

Shades of Deep Pink #FD2582

Tints of Deep Pink #FD2582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.95%

R = 60.24%
G = 8.81%
B = 30.95%

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

#FD2582 (or 0xFD2582) is known color: Deep Pink. HEX triplet: FD, 25 and 82. RGB value is (253,37,130). Sum of RGB (Red+Green+Blue) = 253+37+130=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2582 is #02DA7D. Grayscale: #707070. Windows color (decimal): -187006 or 8529405. OLE color: 8529405.

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

Color convert

RGB 253 37 130 -
CMYK 0 0.85 0.49 0.01
HSL 334.17º 0.98% 0.57% -
HSV(B) 334.17º 0.85% 0.99% -
XYZ 45.2 23.82 23.33 -
YUV 112.19 138.06 228.44 -
System Red Green Blue C M Y K H S L
Decimal 253 37 130 0 0.85 0.49 0.01 334.17 0.98 0.57
Hex FD 25 82 0 55 31 1 14E 62 39
Octal 375 45 202 0 125 61 1 516 142 71
Binary 11111101 100101 10000010 0 1010101 110001 1 101001110 1100010 111001

Color Harmonies of #FD2582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2582

Black with #FD2582

Text Example


Text Example

White with #FD2582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2582; }

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

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

background-color css

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

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

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

border-color css

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

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

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