#FA0F96

Color #FA0F96 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FA0F96

Tints of Deep Pink #FA0F96

Color information

#FA0F96 (or 0xFA0F96) is unknown color: approx Deep Pink. HEX triplet: FA, 0F and 96. RGB value is (250,15,150). Sum of RGB (Red+Green+Blue) = 250+15+150=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0F96 is #05F069. Grayscale: #646464. Windows color (decimal): -389226 or 9834490. OLE color: 9834490.

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

Color convert

RGB25015150-
CMYK00.940.40.02
HSL325.53º95.92%51.96%-
HSV(B)325.53º94%98.04%-
XYZ45.122.8730.89-
YUV100.66155.86234.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.24%
GREEN value IS 15 (6.25% from 255) = 3.61%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=60.24%
G=3.61%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501515000.940.40.02325.5395.9251.96
HexFAF9605E2821466034
Octal37217226013650250614064
Binary1111101011111001011001011110101000101010001101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0F96; }

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

 H1.HeaderClassName
 {
   color: #FA0F96;
 }
 .AnyTagClassName
 {
   color: #FA0F96;
 }
</style>
background-color css

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

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

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

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

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

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