#FA0BDA

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

Shades of Hot Magenta #FA0BDA

Tints of Hot Magenta #FA0BDA

Color information

#FA0BDA (or 0xFA0BDA) is unknown color: approx Hot Magenta. HEX triplet: FA, 0B and DA. RGB value is (250,11,218). Sum of RGB (Red+Green+Blue) = 250+11+218=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 11 (4.69% from 255 or 2.30% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BDA is #05F425. Grayscale: #696969. Windows color (decimal): -390182 or 14289914. OLE color: 14289914.

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

Color convert

RGB25011218-
CMYK00.960.130.02
HSL308.03º95.98%51.18%-
HSV(B)308.03º95.6%98.04%-
XYZ52.225.6368.52-
YUV106.06191.18230.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.19%
GREEN value IS 11 (4.69% from 255) = 2.30%
BLUE value IS 218 (85.55% from 255) = 45.51%
R=52.19%
G=2.30%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501121800.960.130.02308.0395.9851.18
HexFABDA060D21346033
Octal37213332014015246414063
Binary11111010101111011010011000001101101001101001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0BDA; }

 p { color: rgb(250,11,218); }

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

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

 a { background-color: rgb(250,11,218); }

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

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

 span { border-color: rgb(250,11,218); }

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