Html Css Color HEX #F10FEC Magenta

📋 copy color: '#F10FEC'

red 241 ◦ green 15 ◦ blue 236

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

Shades of Magenta #F10FEC

Tints of Magenta #F10FEC

RGB

 RED value IS 241 (94.53% from 255) = 48.98%

 GREEN value IS 15 (6.25% from 255) = 3.05%

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 48.98%
G = 3.05%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F10FEC (or 0xF10FEC) is known color: Magenta. HEX triplet: F1, 0F and EC. RGB value is (241,15,236). Sum of RGB (Red+Green+Blue) = 241+15+236=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 15 (6.25% from 255 or 3.05% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10FEC is #0EF013. Grayscale: #6B6B6B. Windows color (decimal): -978964 or 15470577. OLE color: 15470577.

HSL color Cylindrical-coordinate representation of color #F10FEC: hue angle of 301.33º degrees, saturation: 0.89, 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 #F10FEC is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 15 236 -
CMYK 0 0.94 0.02 0.05
HSL 301.33º 0.89% 0.5% -
HSV(B) 301.33º 0.94% 0.95% -
XYZ 51.59 25.1 81.48 -
YUV 107.77 200.37 223.03 -
System Red Green Blue C M Y K H S L
Decimal 241 15 236 0 0.94 0.02 0.05 301.33 0.89 0.5
Hex F1 F EC 0 5E 2 5 12D 59 32
Octal 361 17 354 0 136 2 5 455 131 62
Binary 11110001 1111 11101100 0 1011110 10 101 100101101 1011001 110010

Color Harmonies of #F10FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10FEC

Black with #F10FEC

Text Example


Text Example

White with #F10FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10FEC; }

 p { color: rgb(241,15,236); }

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

background-color css

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

 a { background-color: rgb(241,15,236); }

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

border-color css

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

 span { border-color: rgb(241,15,236); }

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