Html Css Color HEX #F10EFA Magenta

📋 copy color: '#F10EFA'

red 241 ◦ green 14 ◦ blue 250

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

Shades of Magenta #F10EFA

Tints of Magenta #F10EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 47.72%
G = 2.77%
B = 49.5%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F10EFA (or 0xF10EFA) is known color: Magenta. HEX triplet: F1, 0E and FA. RGB value is (241,14,250). Sum of RGB (Red+Green+Blue) = 241+14+250=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 14 (5.86% from 255 or 2.77% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #F10EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10EFA is #0EF105. Grayscale: #6C6C6C. Windows color (decimal): -979206 or 16387825. OLE color: 16387825.

HSL color Cylindrical-coordinate representation of color #F10EFA: hue angle of 297.71º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10EFA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 14 250 -
CMYK 0.04 0.94 0 0.02
HSL 297.71º 0.96% 0.52% -
HSV(B) 297.71º 0.94% 0.98% -
XYZ 53.69 25.92 92.62 -
YUV 108.78 207.71 222.31 -
System Red Green Blue C M Y K H S L
Decimal 241 14 250 0.04 0.94 0 0.02 297.71 0.96 0.52
Hex F1 E FA 4 5E 0 2 12A 60 34
Octal 361 16 372 4 136 0 2 452 140 64
Binary 11110001 1110 11111010 100 1011110 0 10 100101010 1100000 110100

Color Harmonies of #F10EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10EFA

Black with #F10EFA

Text Example


Text Example

White with #F10EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10EFA; }

 p { color: rgb(241,14,250); }

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

background-color css

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

 a { background-color: rgb(241,14,250); }

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

border-color css

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

 span { border-color: rgb(241,14,250); }

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