Html Css Color HEX #F206EF Magenta

📋 copy color: '#F206EF'

red 242 ◦ green 6 ◦ blue 239

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

Shades of Magenta #F206EF

Tints of Magenta #F206EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 49.69%
G = 1.23%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F206EF (or 0xF206EF) is known color: Magenta. HEX triplet: F2, 06 and EF. RGB value is (242,6,239). Sum of RGB (Red+Green+Blue) = 242+6+239=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 6 (2.73% from 255 or 1.23% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F206EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F206EF is #0DF910. Grayscale: #666666. Windows color (decimal): -915729 or 15664882. OLE color: 15664882.

HSL color Cylindrical-coordinate representation of color #F206EF: hue angle of 300.76º 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 #F206EF is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 6 239 -
CMYK 0 0.98 0.01 0.05
HSL 300.76º 0.95% 0.49% -
HSV(B) 300.76º 0.98% 0.95% -
XYZ 52.26 25.24 83.78 -
YUV 103.13 204.69 227.05 -
System Red Green Blue C M Y K H S L
Decimal 242 6 239 0 0.98 0.01 0.05 300.76 0.95 0.49
Hex F2 6 EF 0 62 1 5 12D 5F 31
Octal 362 6 357 0 142 1 5 455 137 61
Binary 11110010 110 11101111 0 1100010 1 101 100101101 1011111 110001

Color Harmonies of #F206EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F206EF

Black with #F206EF

Text Example


Text Example

White with #F206EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F206EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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