Html Css Color HEX #F206ED Magenta

📋 copy color: '#F206ED'

red 242 ◦ green 6 ◦ blue 237

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

Shades of Magenta #F206ED

Tints of Magenta #F206ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 49.9%
G = 1.24%
B = 48.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F206ED (or 0xF206ED) is known color: Magenta. HEX triplet: F2, 06 and ED. RGB value is (242,6,237). Sum of RGB (Red+Green+Blue) = 242+6+237=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 6 (2.73% from 255 or 1.24% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F206ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F206ED is #0DF912. Grayscale: #666666. Windows color (decimal): -915731 or 15533810. OLE color: 15533810.

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

Color convert

RGB 242 6 237 -
CMYK 0 0.98 0.02 0.05
HSL 301.27º 0.95% 0.49% -
HSV(B) 301.27º 0.98% 0.95% -
XYZ 51.97 25.12 82.23 -
YUV 102.9 203.69 227.22 -
System Red Green Blue C M Y K H S L
Decimal 242 6 237 0 0.98 0.02 0.05 301.27 0.95 0.49
Hex F2 6 ED 0 62 2 5 12D 5F 31
Octal 362 6 355 0 142 2 5 455 137 61
Binary 11110010 110 11101101 0 1100010 10 101 100101101 1011111 110001

Color Harmonies of #F206ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F206ED

Black with #F206ED

Text Example


Text Example

White with #F206ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F206ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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