Html Css Color HEX #FA0796 Deep Pink

📋 copy color: '#FA0796'

red 250 ◦ green 7 ◦ blue 150

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

Shades of Deep Pink #FA0796

Tints of Deep Pink #FA0796

RGB

 RED value IS 250 (98.05% from 255) = 61.43%

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

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

R = 61.43%
G = 1.72%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA0796 (or 0xFA0796) is known color: Deep Pink. HEX triplet: FA, 07 and 96. RGB value is (250,7,150). Sum of RGB (Red+Green+Blue) = 250+7+150=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0796 is #05F869. Grayscale: #5F5F5F. Windows color (decimal): -391274 or 9832442. OLE color: 9832442.

HSL color Cylindrical-coordinate representation of color #FA0796: hue angle of 324.69º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0796 is Cyan = 0, Magento = 0.97, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 7 150 -
CMYK 0 0.97 0.4 0.02
HSL 324.69º 0.96% 0.5% -
HSV(B) 324.69º 0.97% 0.98% -
XYZ 45.01 22.68 30.86 -
YUV 95.96 158.51 237.87 -
System Red Green Blue C M Y K H S L
Decimal 250 7 150 0 0.97 0.4 0.02 324.69 0.96 0.5
Hex FA 7 96 0 61 28 2 145 60 32
Octal 372 7 226 0 141 50 2 505 140 62
Binary 11111010 111 10010110 0 1100001 101000 10 101000101 1100000 110010

Color Harmonies of #FA0796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0796

Black with #FA0796

Text Example


Text Example

White with #FA0796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0796; }

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

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

background-color css

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

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

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

border-color css

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

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

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