#FA0E9B

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

Shades of Deep Pink #FA0E9B

Tints of Deep Pink #FA0E9B

Color information

#FA0E9B (or 0xFA0E9B) is unknown color: approx Deep Pink. HEX triplet: FA, 0E and 9B. RGB value is (250,14,155). Sum of RGB (Red+Green+Blue) = 250+14+155=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0E9B is #05F164. Grayscale: #646464. Windows color (decimal): -389477 or 10161914. OLE color: 10161914.

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

Color convert

RGB25014155-
CMYK00.940.380.02
HSL324.15º95.93%51.76%-
HSV(B)324.15º94.4%98.04%-
XYZ45.52333.05-
YUV100.64158.69234.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.67%
GREEN value IS 14 (5.86% from 255) = 3.34%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=59.67%
G=3.34%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501415500.940.380.02324.1595.9351.76
HexFAE9B05E2621446034
Octal37216233013646250414064
Binary1111101011101001101101011110100110101010001001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0E9B; }

 p { color: rgb(250,14,155); }

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

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

 a { background-color: rgb(250,14,155); }

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

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

 span { border-color: rgb(250,14,155); }

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