#FA0ACB

Color #FA0ACB Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #FA0ACB

Tints of Hot Magenta #FA0ACB

Color information

#FA0ACB (or 0xFA0ACB) is unknown color: approx Hot Magenta. HEX triplet: FA, 0A and CB. RGB value is (250,10,203). Sum of RGB (Red+Green+Blue) = 250+10+203=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ACB is #05F534. Grayscale: #676767. Windows color (decimal): -390453 or 13306618. OLE color: 13306618.

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

Color convert

RGB25010203-
CMYK00.960.190.02
HSL311.75º96%50.98%-
HSV(B)311.75º96%98.04%-
XYZ50.3124.8558.65-
YUV103.76184.01232.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.00%
GREEN value IS 10 (4.30% from 255) = 2.16%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=54.00%
G=2.16%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501020300.960.190.02311.759650.98
HexFAACB0601321386033
Octal37212313014023247014063
Binary111110101010110010110110000010011101001110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0ACB; }

 p { color: rgb(250,10,203); }

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

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

 a { background-color: rgb(250,10,203); }

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

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

 span { border-color: rgb(250,10,203); }

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