Html Css Color HEX #F20CEB Magenta

📋 copy color: '#F20CEB'

red 242 ◦ green 12 ◦ blue 235

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

Shades of Magenta #F20CEB

Tints of Magenta #F20CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.45%

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

R = 49.49%
G = 2.45%
B = 48.06%

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

#F20CEB (or 0xF20CEB) is known color: Magenta. HEX triplet: F2, 0C and EB. RGB value is (242,12,235). Sum of RGB (Red+Green+Blue) = 242+12+235=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 12 (5.08% from 255 or 2.45% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20CEB is #0DF314. Grayscale: #696969. Windows color (decimal): -914197 or 15404274. OLE color: 15404274.

HSL color Cylindrical-coordinate representation of color #F20CEB: hue angle of 301.83º degrees, saturation: 0.91, 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 #F20CEB is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 12 235 -
CMYK 0 0.95 0.03 0.05
HSL 301.83º 0.91% 0.5% -
HSV(B) 301.83º 0.95% 0.95% -
XYZ 51.74 25.14 80.72 -
YUV 106.19 200.7 224.87 -
System Red Green Blue C M Y K H S L
Decimal 242 12 235 0 0.95 0.03 0.05 301.83 0.91 0.5
Hex F2 C EB 0 5F 3 5 12E 5B 32
Octal 362 14 353 0 137 3 5 456 133 62
Binary 11110010 1100 11101011 0 1011111 11 101 100101110 1011011 110010

Color Harmonies of #F20CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20CEB

Black with #F20CEB

Text Example


Text Example

White with #F20CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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