#FA0CE9

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

Shades of Magenta #FA0CE9

Tints of Magenta #FA0CE9

Color information

#FA0CE9 (or 0xFA0CE9) is unknown color: approx Magenta. HEX triplet: FA, 0C and E9. RGB value is (250,12,233). Sum of RGB (Red+Green+Blue) = 250+12+233=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 12 (5.08% from 255 or 2.42% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0CE9 is #05F316. Grayscale: #6B6B6B. Windows color (decimal): -389911 or 15273210. OLE color: 15273210.

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

Color convert

RGB25012233-
CMYK00.950.070.02
HSL304.29º95.97%51.37%-
HSV(B)304.29º95.2%98.04%-
XYZ54.2626.4779.34-
YUV108.36198.35229.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 12 (5.08% from 255) = 2.42%
BLUE value IS 233 (91.41% from 255) = 47.07%
R=50.51%
G=2.42%
B=47.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501223300.950.070.02304.2995.9751.37
HexFACE905F721306033
Octal3721435101377246014063
Binary1111101011001110100101011111111101001100001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0CE9; }

 p { color: rgb(250,12,233); }

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

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

 a { background-color: rgb(250,12,233); }

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

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

 span { border-color: rgb(250,12,233); }

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