#FA0D90

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

Shades of Deep Pink #FA0D90

Tints of Deep Pink #FA0D90

Color information

#FA0D90 (or 0xFA0D90) is unknown color: approx Deep Pink. HEX triplet: FA, 0D and 90. RGB value is (250,13,144). Sum of RGB (Red+Green+Blue) = 250+13+144=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0D90 is #05F26F. Grayscale: #626262. Windows color (decimal): -389744 or 9440762. OLE color: 9440762.

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

Color convert

RGB25013144-
CMYK00.950.420.02
HSL326.84º95.95%51.57%-
HSV(B)326.84º94.8%98.04%-
XYZ44.622.6328.4-
YUV98.8153.52235.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.43%
GREEN value IS 13 (5.47% from 255) = 3.19%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=61.43%
G=3.19%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501314400.950.420.02326.8495.9551.57
HexFAD9005F2A21476034
Octal37215220013752250714064
Binary1111101011011001000001011111101010101010001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0D90; }

 p { color: rgb(250,13,144); }

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

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

 a { background-color: rgb(250,13,144); }

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

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

 span { border-color: rgb(250,13,144); }

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