Html Css Color HEX #F01EF1 Magenta

📋 copy color: '#F01EF1'

red 240 ◦ green 30 ◦ blue 241

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

Shades of Magenta #F01EF1

Tints of Magenta #F01EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.16%

R = 46.97%
G = 5.87%
B = 47.16%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F01EF1 (or 0xF01EF1) is known color: Magenta. HEX triplet: F0, 1E and F1. RGB value is (240,30,241). Sum of RGB (Red+Green+Blue) = 240+30+241=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 30 (12.11% from 255 or 5.87% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #F01EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01EF1 is #0FE10E. Grayscale: #747474. Windows color (decimal): -1040655 or 15802096. OLE color: 15802096.

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

Color convert

RGB 240 30 241 -
CMYK 0.00 0.88 0 0.05
HSL 299.72º 0.88% 0.53% -
HSV(B) 299.72º 0.88% 0.95% -
XYZ 52.28 25.8 85.44 -
YUV 116.84 198.07 215.84 -
System Red Green Blue C M Y K H S L
Decimal 240 30 241 0.00 0.88 0 0.05 299.72 0.88 0.53
Hex F0 1E F1 0 58 0 5 12C 58 35
Octal 360 36 361 0 130 0 5 454 130 65
Binary 11110000 11110 11110001 0 1011000 0 101 100101100 1011000 110101

Color Harmonies of #F01EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01EF1

Black with #F01EF1

Text Example


Text Example

White with #F01EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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