Html Css Color HEX #FE0592 Deep Pink

📋 copy color: '#FE0592'

red 254 ◦ green 5 ◦ blue 146

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

Shades of Deep Pink #FE0592

Tints of Deep Pink #FE0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 62.72%
G = 1.23%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE0592 (or 0xFE0592) is known color: Deep Pink. HEX triplet: FE, 05 and 92. RGB value is (254,5,146). Sum of RGB (Red+Green+Blue) = 254+5+146=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0592 is #01FA6D. Grayscale: #5F5F5F. Windows color (decimal): -129646 or 9569790. OLE color: 9569790.

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

Color convert

RGB 254 5 146 -
CMYK 0 0.98 0.43 0.00
HSL 326.02º 0.99% 0.51% -
HSV(B) 326.02º 0.98% 1% -
XYZ 46.12 23.25 29.25 -
YUV 95.53 156.49 241.04 -
System Red Green Blue C M Y K H S L
Decimal 254 5 146 0 0.98 0.43 0.00 326.02 0.99 0.51
Hex FE 5 92 0 62 2B 0 146 63 33
Octal 376 5 222 0 142 53 0 506 143 63
Binary 11111110 101 10010010 0 1100010 101011 0 101000110 1100011 110011

Color Harmonies of #FE0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0592

Black with #FE0592

Text Example


Text Example

White with #FE0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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