Html Css Color HEX #FF0591 Deep Pink

📋 copy color: '#FF0591'

red 255 ◦ green 5 ◦ blue 145

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

Shades of Deep Pink #FF0591

Tints of Deep Pink #FF0591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 62.96%
G = 1.23%
B = 35.8%

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

#FF0591 (or 0xFF0591) is known color: Deep Pink. HEX triplet: FF, 05 and 91. RGB value is (255,5,145). Sum of RGB (Red+Green+Blue) = 255+5+145=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0591 is #00FA6E. Grayscale: #5F5F5F. Windows color (decimal): -64111 or 9504255. OLE color: 9504255.

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

Color convert

RGB 255 5 145 -
CMYK 0 0.98 0.43 0
HSL 326.4º 1% 0.51% -
HSV(B) 326.4º 0.98% 1% -
XYZ 46.41 23.41 28.86 -
YUV 95.71 155.83 241.62 -
System Red Green Blue C M Y K H S L
Decimal 255 5 145 0 0.98 0.43 0 326.4 1 0.51
Hex FF 5 91 0 62 2B 0 146 64 33
Octal 377 5 221 0 142 53 0 506 144 63
Binary 11111111 101 10010001 0 1100010 101011 0 101000110 1100100 110011

Color Harmonies of #FF0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0591

Black with #FF0591

Text Example


Text Example

White with #FF0591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0591; }

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

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

background-color css

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

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

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

border-color css

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

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

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