Html Css Color HEX #FE0582 Deep Pink

📋 copy color: '#FE0582'

red 254 ◦ green 5 ◦ blue 130

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

Shades of Deep Pink #FE0582

Tints of Deep Pink #FE0582

RGB

 RED value IS 254 (99.61% from 255) = 65.3%

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

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

R = 65.3%
G = 1.29%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE0582 (or 0xFE0582) is known color: Deep Pink. HEX triplet: FE, 05 and 82. RGB value is (254,5,130). Sum of RGB (Red+Green+Blue) = 254+5+130=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0582 is #01FA7D. Grayscale: #5D5D5D. Windows color (decimal): -129662 or 8521214. OLE color: 8521214.

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

Color convert

RGB 254 5 130 -
CMYK 0 0.98 0.49 0.00
HSL 329.88º 0.99% 0.51% -
HSV(B) 329.88º 0.98% 1% -
XYZ 44.96 22.79 23.15 -
YUV 93.7 148.49 242.34 -
System Red Green Blue C M Y K H S L
Decimal 254 5 130 0 0.98 0.49 0.00 329.88 0.99 0.51
Hex FE 5 82 0 62 31 0 14A 63 33
Octal 376 5 202 0 142 61 0 512 143 63
Binary 11111110 101 10000010 0 1100010 110001 0 101001010 1100011 110011

Color Harmonies of #FE0582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0582

Black with #FE0582

Text Example


Text Example

White with #FE0582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0582; }

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

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

background-color css

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

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

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

border-color css

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

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

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