Html Css Color HEX #F20EFA Magenta

📋 copy color: '#F20EFA'

red 242 ◦ green 14 ◦ blue 250

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

Shades of Magenta #F20EFA

Tints of Magenta #F20EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.77%

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 47.83%
G = 2.77%
B = 49.41%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F20EFA (or 0xF20EFA) is known color: Magenta. HEX triplet: F2, 0E and FA. RGB value is (242,14,250). Sum of RGB (Red+Green+Blue) = 242+14+250=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 14 (5.86% from 255 or 2.77% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #F20EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20EFA is #0DF105. Grayscale: #6C6C6C. Windows color (decimal): -913670 or 16387826. OLE color: 16387826.

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

Color convert

RGB 242 14 250 -
CMYK 0.03 0.94 0 0.02
HSL 297.97º 0.96% 0.52% -
HSV(B) 297.97º 0.94% 0.98% -
XYZ 54.03 26.09 92.63 -
YUV 109.08 207.54 222.81 -
System Red Green Blue C M Y K H S L
Decimal 242 14 250 0.03 0.94 0 0.02 297.97 0.96 0.52
Hex F2 E FA 3 5E 0 2 12A 60 34
Octal 362 16 372 3 136 0 2 452 140 64
Binary 11110010 1110 11111010 11 1011110 0 10 100101010 1100000 110100

Color Harmonies of #F20EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20EFA

Black with #F20EFA

Text Example


Text Example

White with #F20EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20EFA; }

 p { color: rgb(242,14,250); }

 H1.HeaderClassName
 {
   color: #F20EFA;
 }
 .AnyTagClassName
 {
   color: #F20EFA;
 }
</style>

background-color css

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

 a { background-color: rgb(242,14,250); }

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

border-color css

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

 span { border-color: rgb(242,14,250); }

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