#FA0F95

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

Shades of Deep Pink #FA0F95

Tints of Deep Pink #FA0F95

Color information

#FA0F95 (or 0xFA0F95) is unknown color: approx Deep Pink. HEX triplet: FA, 0F and 95. RGB value is (250,15,149). Sum of RGB (Red+Green+Blue) = 250+15+149=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0F95 is #05F06A. Grayscale: #646464. Windows color (decimal): -389227 or 9768954. OLE color: 9768954.

HSL color Cylindrical-coordinate representation of color #FA0F95: hue angle of 325.79º 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 #FA0F95 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB25015149-
CMYK00.940.400.02
HSL325.79º95.92%51.96%-
HSV(B)325.79º94%98.04%-
XYZ45.0222.8430.47-
YUV100.54155.36234.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.39%
GREEN value IS 15 (6.25% from 255) = 3.62%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=60.39%
G=3.62%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501514900.940.400.02325.7995.9251.96
HexFAF9505E2821466034
Octal37217225013650250614064
Binary1111101011111001010101011110101000101010001101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0F95; }

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

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

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

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

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

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

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

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