#F00DFA

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

Shades of Magenta #F00DFA

Tints of Magenta #F00DFA

Color information

#F00DFA (or 0xF00DFA) is unknown color: approx Magenta. HEX triplet: F0, 0D and FA. RGB value is (240,13,250). Sum of RGB (Red+Green+Blue) = 240+13+250=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 13 (5.47% from 255 or 2.58% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #F00DFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00DFA is #0FF205. Grayscale: #6B6B6B. Windows color (decimal): -1044998 or 16387568. OLE color: 16387568.

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

Color convert

RGB24013250-
CMYK0.040.9500.02
HSL297.47º95.95%51.57%-
HSV(B)297.47º94.8%98.04%-
XYZ53.3325.7292.59-
YUV107.89208.21222.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.71%
GREEN value IS 13 (5.47% from 255) = 2.58%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=47.71%
G=2.58%
B=49.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240132500.040.9500.02297.4795.9551.57
HexF0DFA45F021296034
Octal3601537241370245114064
Binary1111000011011111101010010111110101001010011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00DFA; }

 p { color: rgb(240,13,250); }

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

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

 a { background-color: rgb(240,13,250); }

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

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

 span { border-color: rgb(240,13,250); }

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