#f20afd

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

Shades of Magenta #F20AFD

Tints of Magenta #F20AFD

Color information

#F20AFD (or 0xF20AFD) is unknown color: approx Magenta. HEX triplet: F2, 0A and FD. RGB value is (242,10,253). Sum of RGB (Red+Green+Blue) = 242+10+253=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 10 (4.30% from 255 or 1.98% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #F20AFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20AFD is #0DF502. Grayscale: #6A6A6A. Windows color (decimal): -914691 or 16583410. OLE color: 16583410.

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

Color convert

RGB24210253-
CMYK0.040.9600.01
HSL297.28º98.38%51.57%-
HSV(B)297.28º96.05%99.22%-
XYZ54.4626.1995.11-
YUV107.07210.36224.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 10 (4.30% from 255) = 1.98%
BLUE value IS 253 (99.22% from 255) = 50.10%
R=47.92%
G=1.98%
B=50.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal242102530.040.9600.01297.2898.3851.57
HexF2AFD460011296234
Octal3621237541400145114264
Binary111100101010111111011001100000011001010011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f20afd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f20afd; }

 p { color: rgb(242,10,253); }

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

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

 a { background-color: rgb(242,10,253); }

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

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

 span { border-color: rgb(242,10,253); }

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