Html Css Color HEX #F20AFD Magenta

📋 copy color: '#F20AFD'

red 242 ◦ green 10 ◦ blue 253

#F20AFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #F20AFD

Tints of Magenta #F20AFD

RGB

 RED value IS 242 (94.92% from 255) = 47.92%

 GREEN value IS 10 (4.3% from 255) = 1.98%

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 47.92%
G = 1.98%
B = 50.1%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F20AFD (or 0xF20AFD) is known color: 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

RGB 242 10 253 -
CMYK 0.04 0.96 0 0.01
HSL 297.28º 0.98% 0.52% -
HSV(B) 297.28º 0.96% 0.99% -
XYZ 54.46 26.19 95.11 -
YUV 107.07 210.36 224.24 -
System Red Green Blue C M Y K H S L
Decimal 242 10 253 0.04 0.96 0 0.01 297.28 0.98 0.52
Hex F2 A FD 4 60 0 1 129 62 34
Octal 362 12 375 4 140 0 1 451 142 64
Binary 11110010 1010 11111101 100 1100000 0 1 100101001 1100010 110100

Color Harmonies of #F20AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20AFD

Black with #F20AFD

Text Example


Text Example

White with #F20AFD

Text Example


Text Example

HTML Codes & Css Web 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>