Html Css Color HEX #FD2482 Deep Pink

📋 copy color: '#FD2482'

red 253 ◦ green 36 ◦ blue 130

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

Shades of Deep Pink #FD2482

Tints of Deep Pink #FD2482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.59%

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

R = 60.38%
G = 8.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD2482 (or 0xFD2482) is known color: Deep Pink. HEX triplet: FD, 24 and 82. RGB value is (253,36,130). Sum of RGB (Red+Green+Blue) = 253+36+130=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2482 is #02DB7D. Grayscale: #6F6F6F. Windows color (decimal): -187262 or 8529149. OLE color: 8529149.

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

Color convert

RGB 253 36 130 -
CMYK 0 0.86 0.49 0.01
HSL 334.01º 0.98% 0.57% -
HSV(B) 334.01º 0.86% 0.99% -
XYZ 45.17 23.76 23.32 -
YUV 111.6 138.39 228.86 -
System Red Green Blue C M Y K H S L
Decimal 253 36 130 0 0.86 0.49 0.01 334.01 0.98 0.57
Hex FD 24 82 0 56 31 1 14E 62 39
Octal 375 44 202 0 126 61 1 516 142 71
Binary 11111101 100100 10000010 0 1010110 110001 1 101001110 1100010 111001

Color Harmonies of #FD2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2482

Black with #FD2482

Text Example


Text Example

White with #FD2482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2482; }

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

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

background-color css

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

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

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

border-color css

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

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

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