Html Css Color HEX #F01EFA Magenta

📋 copy color: '#F01EFA'

red 240 ◦ green 30 ◦ blue 250

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

Shades of Magenta #F01EFA

Tints of Magenta #F01EFA

RGB

 RED value IS 240 (94.14% from 255) = 46.15%

 GREEN value IS 30 (12.11% from 255) = 5.77%

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

R = 46.15%
G = 5.77%
B = 48.08%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F01EFA (or 0xF01EFA) is known color: Magenta. HEX triplet: F0, 1E and FA. RGB value is (240,30,250). Sum of RGB (Red+Green+Blue) = 240+30+250=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 30 (12.11% from 255 or 5.77% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #F01EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01EFA is #0FE105. Grayscale: #757575. Windows color (decimal): -1040646 or 16391920. OLE color: 16391920.

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

Color convert

RGB 240 30 250 -
CMYK 0.04 0.88 0 0.02
HSL 297.27º 0.96% 0.55% -
HSV(B) 297.27º 0.88% 0.98% -
XYZ 53.65 26.36 92.7 -
YUV 117.87 202.57 215.11 -
System Red Green Blue C M Y K H S L
Decimal 240 30 250 0.04 0.88 0 0.02 297.27 0.96 0.55
Hex F0 1E FA 4 58 0 2 129 60 37
Octal 360 36 372 4 130 0 2 451 140 67
Binary 11110000 11110 11111010 100 1011000 0 10 100101001 1100000 110111

Color Harmonies of #F01EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01EFA

Black with #F01EFA

Text Example


Text Example

White with #F01EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01EFA; }

 p { color: rgb(240,30,250); }

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

background-color css

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

 a { background-color: rgb(240,30,250); }

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

border-color css

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

 span { border-color: rgb(240,30,250); }

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