#FA1180

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

Shades of Deep Pink #FA1180

Tints of Deep Pink #FA1180

Color information

#FA1180 (or 0xFA1180) is unknown color: approx Deep Pink. HEX triplet: FA, 11 and 80. RGB value is (250,17,128). Sum of RGB (Red+Green+Blue) = 250+17+128=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1180 is #05EE7F. Grayscale: #636363. Windows color (decimal): -388736 or 8393210. OLE color: 8393210.

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

Color convert

RGB25017128-
CMYK00.930.490.02
HSL331.42º95.88%52.35%-
HSV(B)331.42º93.2%98.04%-
XYZ43.5222.2822.43-
YUV99.32144.19235.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.29%
GREEN value IS 17 (7.03% from 255) = 4.30%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=63.29%
G=4.30%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501712800.930.490.02331.4295.8852.35
HexFA118005D31214b6034
Octal37221200013561251314064
Binary11111010100011000000001011101110001101010010111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1180; }

 p { color: rgb(250,17,128); }

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

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

 a { background-color: rgb(250,17,128); }

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

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

 span { border-color: rgb(250,17,128); }

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