Html Css Color HEX #FF0590 Deep Pink

📋 copy color: '#FF0590'

red 255 ◦ green 5 ◦ blue 144

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

Shades of Deep Pink #FF0590

Tints of Deep Pink #FF0590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 63.12%
G = 1.24%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF0590 (or 0xFF0590) is known color: Deep Pink. HEX triplet: FF, 05 and 90. RGB value is (255,5,144). Sum of RGB (Red+Green+Blue) = 255+5+144=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0590 is #00FA6F. Grayscale: #5F5F5F. Windows color (decimal): -64112 or 9438719. OLE color: 9438719.

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

Color convert

RGB 255 5 144 -
CMYK 0 0.98 0.44 0
HSL 326.64º 1% 0.51% -
HSV(B) 326.64º 0.98% 1% -
XYZ 46.33 23.38 28.46 -
YUV 95.6 155.33 241.7 -
System Red Green Blue C M Y K H S L
Decimal 255 5 144 0 0.98 0.44 0 326.64 1 0.51
Hex FF 5 90 0 62 2C 0 147 64 33
Octal 377 5 220 0 142 54 0 507 144 63
Binary 11111111 101 10010000 0 1100010 101100 0 101000111 1100100 110011

Color Harmonies of #FF0590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0590

Black with #FF0590

Text Example


Text Example

White with #FF0590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0590; }

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

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

background-color css

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

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

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

border-color css

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

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

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