Html Css Color HEX #F20CFA Magenta

📋 copy color: '#F20CFA'

red 242 ◦ green 12 ◦ blue 250

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

Shades of Magenta #F20CFA

Tints of Magenta #F20CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.38%

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

R = 48.02%
G = 2.38%
B = 49.6%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F20CFA (or 0xF20CFA) is known color: Magenta. HEX triplet: F2, 0C and FA. RGB value is (242,12,250). Sum of RGB (Red+Green+Blue) = 242+12+250=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 12 (5.08% from 255 or 2.38% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #F20CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20CFA is #0DF305. Grayscale: #6B6B6B. Windows color (decimal): -914182 or 16387314. OLE color: 16387314.

HSL color Cylindrical-coordinate representation of color #F20CFA: hue angle of 297.98º 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 #F20CFA is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 12 250 -
CMYK 0.03 0.95 0 0.02
HSL 297.98º 0.96% 0.51% -
HSV(B) 297.98º 0.95% 0.98% -
XYZ 54 26.04 92.62 -
YUV 107.9 208.2 223.65 -
System Red Green Blue C M Y K H S L
Decimal 242 12 250 0.03 0.95 0 0.02 297.98 0.96 0.51
Hex F2 C FA 3 5F 0 2 12A 60 33
Octal 362 14 372 3 137 0 2 452 140 63
Binary 11110010 1100 11111010 11 1011111 0 10 100101010 1100000 110011

Color Harmonies of #F20CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20CFA

Black with #F20CFA

Text Example


Text Example

White with #F20CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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