Html Css Color HEX #FF0796 Deep Pink

📋 copy color: '#FF0796'

red 255 ◦ green 7 ◦ blue 150

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

Shades of Deep Pink #FF0796

Tints of Deep Pink #FF0796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.7%

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 61.89%
G = 1.7%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF0796 (or 0xFF0796) is known color: Deep Pink. HEX triplet: FF, 07 and 96. RGB value is (255,7,150). Sum of RGB (Red+Green+Blue) = 255+7+150=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0796 is #00F869. Grayscale: #616161. Windows color (decimal): -63594 or 9832447. OLE color: 9832447.

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

Color convert

RGB 255 7 150 -
CMYK 0 0.97 0.41 0
HSL 325.4º 1% 0.51% -
HSV(B) 325.4º 0.97% 1% -
XYZ 46.82 23.61 30.94 -
YUV 97.45 157.66 240.37 -
System Red Green Blue C M Y K H S L
Decimal 255 7 150 0 0.97 0.41 0 325.4 1 0.51
Hex FF 7 96 0 61 29 0 145 64 33
Octal 377 7 226 0 141 51 0 505 144 63
Binary 11111111 111 10010110 0 1100001 101001 0 101000101 1100100 110011

Color Harmonies of #FF0796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0796

Black with #FF0796

Text Example


Text Example

White with #FF0796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0796; }

 p { color: rgb(255,7,150); }

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

background-color css

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

 a { background-color: rgb(255,7,150); }

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

border-color css

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

 span { border-color: rgb(255,7,150); }

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