Html Css Color HEX #FD0582 Deep Pink

📋 copy color: '#FD0582'

red 253 ◦ green 5 ◦ blue 130

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

Shades of Deep Pink #FD0582

Tints of Deep Pink #FD0582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

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

R = 65.21%
G = 1.29%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD0582 (or 0xFD0582) is known color: Deep Pink. HEX triplet: FD, 05 and 82. RGB value is (253,5,130). Sum of RGB (Red+Green+Blue) = 253+5+130=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0582 is #02FA7D. Grayscale: #5D5D5D. Windows color (decimal): -195198 or 8521213. OLE color: 8521213.

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

Color convert

RGB 253 5 130 -
CMYK 0 0.98 0.49 0.01
HSL 329.76º 0.98% 0.51% -
HSV(B) 329.76º 0.98% 0.99% -
XYZ 44.59 22.6 23.13 -
YUV 93.4 148.66 241.84 -
System Red Green Blue C M Y K H S L
Decimal 253 5 130 0 0.98 0.49 0.01 329.76 0.98 0.51
Hex FD 5 82 0 62 31 1 14A 62 33
Octal 375 5 202 0 142 61 1 512 142 63
Binary 11111101 101 10000010 0 1100010 110001 1 101001010 1100010 110011

Color Harmonies of #FD0582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0582

Black with #FD0582

Text Example


Text Example

White with #FD0582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0582; }

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

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

background-color css

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

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

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

border-color css

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

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

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