Html Css Color HEX #FE0593 Deep Pink

📋 copy color: '#FE0593'

red 254 ◦ green 5 ◦ blue 147

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

Shades of Deep Pink #FE0593

Tints of Deep Pink #FE0593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.21%

R = 62.56%
G = 1.23%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE0593 (or 0xFE0593) is known color: Deep Pink. HEX triplet: FE, 05 and 93. RGB value is (254,5,147). Sum of RGB (Red+Green+Blue) = 254+5+147=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0593 is #01FA6C. Grayscale: #5F5F5F. Windows color (decimal): -129645 or 9635326. OLE color: 9635326.

HSL color Cylindrical-coordinate representation of color #FE0593: hue angle of 325.78º 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 #FE0593 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 5 147 -
CMYK 0 0.98 0.42 0.00
HSL 325.78º 0.99% 0.51% -
HSV(B) 325.78º 0.98% 1% -
XYZ 46.19 23.29 29.66 -
YUV 95.64 156.99 240.95 -
System Red Green Blue C M Y K H S L
Decimal 254 5 147 0 0.98 0.42 0.00 325.78 0.99 0.51
Hex FE 5 93 0 62 2A 0 146 63 33
Octal 376 5 223 0 142 52 0 506 143 63
Binary 11111110 101 10010011 0 1100010 101010 0 101000110 1100011 110011

Color Harmonies of #FE0593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0593

Black with #FE0593

Text Example


Text Example

White with #FE0593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0593; }

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

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

background-color css

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

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

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

border-color css

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

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

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