#FA0180

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

Shades of Deep Pink #FA0180

Tints of Deep Pink #FA0180

Color information

#FA0180 (or 0xFA0180) is unknown color: approx Deep Pink. HEX triplet: FA, 01 and 80. RGB value is (250,1,128). Sum of RGB (Red+Green+Blue) = 250+1+128=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0180 is #05FE7F. Grayscale: #595959. Windows color (decimal): -392832 or 8389114. OLE color: 8389114.

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

Color convert

RGB2501128-
CMYK01.000.490.02
HSL329.4º99.2%49.22%-
HSV(B)329.4º99.6%98.04%-
XYZ43.3321.922.37-
YUV89.93149.49242.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 65.96%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=65.96%
G=0.26%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250112801.000.490.02329.499.249.22
HexFA1800643121496331
Octal3721200014461251114361
Binary1111101011000000001100100110001101010010011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0180; }

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

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

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

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

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

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

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

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