Html Css Color HEX #FF0592 Deep Pink

📋 copy color: '#FF0592'

red 255 ◦ green 5 ◦ blue 146

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

Shades of Deep Pink #FF0592

Tints of Deep Pink #FF0592

RGB

 RED value IS 255 (100% from 255) = 62.81%

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

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

R = 62.81%
G = 1.23%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF0592 (or 0xFF0592) is known color: Deep Pink. HEX triplet: FF, 05 and 92. RGB value is (255,5,146). Sum of RGB (Red+Green+Blue) = 255+5+146=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0592 is #00FA6D. Grayscale: #5F5F5F. Windows color (decimal): -64110 or 9569791. OLE color: 9569791.

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

Color convert

RGB 255 5 146 -
CMYK 0 0.98 0.43 0
HSL 326.16º 1% 0.51% -
HSV(B) 326.16º 0.98% 1% -
XYZ 46.48 23.44 29.27 -
YUV 95.82 156.33 241.54 -
System Red Green Blue C M Y K H S L
Decimal 255 5 146 0 0.98 0.43 0 326.16 1 0.51
Hex FF 5 92 0 62 2B 0 146 64 33
Octal 377 5 222 0 142 53 0 506 144 63
Binary 11111111 101 10010010 0 1100010 101011 0 101000110 1100100 110011

Color Harmonies of #FF0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0592

Black with #FF0592

Text Example


Text Example

White with #FF0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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