Html Css Color HEX #F20EEF Magenta

📋 copy color: '#F20EEF'

red 242 ◦ green 14 ◦ blue 239

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

Shades of Magenta #F20EEF

Tints of Magenta #F20EEF

RGB

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

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

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

R = 48.89%
G = 2.83%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F20EEF (or 0xF20EEF) is known color: Magenta. HEX triplet: F2, 0E and EF. RGB value is (242,14,239). Sum of RGB (Red+Green+Blue) = 242+14+239=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 14 (5.86% from 255 or 2.83% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20EEF is #0DF110. Grayscale: #6B6B6B. Windows color (decimal): -913681 or 15666930. OLE color: 15666930.

HSL color Cylindrical-coordinate representation of color #F20EEF: hue angle of 300.79º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20EEF is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 14 239 -
CMYK 0 0.94 0.01 0.05
HSL 300.79º 0.9% 0.5% -
HSV(B) 300.79º 0.94% 0.95% -
XYZ 52.35 25.42 83.81 -
YUV 107.82 202.04 223.7 -
System Red Green Blue C M Y K H S L
Decimal 242 14 239 0 0.94 0.01 0.05 300.79 0.9 0.5
Hex F2 E EF 0 5E 1 5 12D 5A 32
Octal 362 16 357 0 136 1 5 455 132 62
Binary 11110010 1110 11101111 0 1011110 1 101 100101101 1011010 110010

Color Harmonies of #F20EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20EEF

Black with #F20EEF

Text Example


Text Example

White with #F20EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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