Html Css Color HEX #F206FA Magenta

📋 copy color: '#F206FA'

red 242 ◦ green 6 ◦ blue 250

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

Shades of Magenta #F206FA

Tints of Magenta #F206FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.2%

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

R = 48.59%
G = 1.2%
B = 50.2%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F206FA (or 0xF206FA) is known color: Magenta. HEX triplet: F2, 06 and FA. RGB value is (242,6,250). Sum of RGB (Red+Green+Blue) = 242+6+250=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 6 (2.73% from 255 or 1.20% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #F206FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F206FA is #0DF905. Grayscale: #676767. Windows color (decimal): -915718 or 16385778. OLE color: 16385778.

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

Color convert

RGB 242 6 250 -
CMYK 0.03 0.98 0 0.02
HSL 298.03º 0.96% 0.5% -
HSV(B) 298.03º 0.98% 0.98% -
XYZ 53.94 25.91 92.6 -
YUV 104.38 210.19 226.16 -
System Red Green Blue C M Y K H S L
Decimal 242 6 250 0.03 0.98 0 0.02 298.03 0.96 0.5
Hex F2 6 FA 3 62 0 2 12A 60 32
Octal 362 6 372 3 142 0 2 452 140 62
Binary 11110010 110 11111010 11 1100010 0 10 100101010 1100000 110010

Color Harmonies of #F206FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F206FA

Black with #F206FA

Text Example


Text Example

White with #F206FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F206FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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