Html Css Color HEX #F20DEB Magenta

📋 copy color: '#F20DEB'

red 242 ◦ green 13 ◦ blue 235

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

Shades of Magenta #F20DEB

Tints of Magenta #F20DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.65%

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 49.39%
G = 2.65%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F20DEB (or 0xF20DEB) is known color: Magenta. HEX triplet: F2, 0D and EB. RGB value is (242,13,235). Sum of RGB (Red+Green+Blue) = 242+13+235=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 13 (5.47% from 255 or 2.65% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20DEB is #0DF214. Grayscale: #6A6A6A. Windows color (decimal): -913941 or 15404530. OLE color: 15404530.

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

Color convert

RGB 242 13 235 -
CMYK 0 0.95 0.03 0.05
HSL 301.83º 0.9% 0.5% -
HSV(B) 301.83º 0.95% 0.95% -
XYZ 51.76 25.16 80.73 -
YUV 106.78 200.37 224.45 -
System Red Green Blue C M Y K H S L
Decimal 242 13 235 0 0.95 0.03 0.05 301.83 0.9 0.5
Hex F2 D EB 0 5F 3 5 12E 5A 32
Octal 362 15 353 0 137 3 5 456 132 62
Binary 11110010 1101 11101011 0 1011111 11 101 100101110 1011010 110010

Color Harmonies of #F20DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20DEB

Black with #F20DEB

Text Example


Text Example

White with #F20DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20DEB; }

 p { color: rgb(242,13,235); }

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

background-color css

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

 a { background-color: rgb(242,13,235); }

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

border-color css

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

 span { border-color: rgb(242,13,235); }

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