Html Css Color HEX #FF0595 Deep Pink

📋 copy color: '#FF0595'

red 255 ◦ green 5 ◦ blue 149

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

Shades of Deep Pink #FF0595

Tints of Deep Pink #FF0595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 62.35%
G = 1.22%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF0595 (or 0xFF0595) is known color: Deep Pink. HEX triplet: FF, 05 and 95. RGB value is (255,5,149). Sum of RGB (Red+Green+Blue) = 255+5+149=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0595 is #00FA6A. Grayscale: #5F5F5F. Windows color (decimal): -64107 or 9766399. OLE color: 9766399.

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

Color convert

RGB 255 5 149 -
CMYK 0 0.98 0.42 0
HSL 325.44º 1% 0.51% -
HSV(B) 325.44º 0.98% 1% -
XYZ 46.72 23.54 30.51 -
YUV 96.17 157.83 241.29 -
System Red Green Blue C M Y K H S L
Decimal 255 5 149 0 0.98 0.42 0 325.44 1 0.51
Hex FF 5 95 0 62 2A 0 145 64 33
Octal 377 5 225 0 142 52 0 505 144 63
Binary 11111111 101 10010101 0 1100010 101010 0 101000101 1100100 110011

Color Harmonies of #FF0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0595

Black with #FF0595

Text Example


Text Example

White with #FF0595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0595; }

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

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

background-color css

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

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

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

border-color css

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

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

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