Html Css Color HEX #F01EF3 Magenta

📋 copy color: '#F01EF3'

red 240 ◦ green 30 ◦ blue 243

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

Shades of Magenta #F01EF3

Tints of Magenta #F01EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.37%

R = 46.78%
G = 5.85%
B = 47.37%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F01EF3 (or 0xF01EF3) is known color: Magenta. HEX triplet: F0, 1E and F3. RGB value is (240,30,243). Sum of RGB (Red+Green+Blue) = 240+30+243=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #F01EF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01EF3 is #0FE10C. Grayscale: #747474. Windows color (decimal): -1040653 or 15933168. OLE color: 15933168.

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

Color convert

RGB 240 30 243 -
CMYK 0.01 0.88 0 0.05
HSL 299.15º 0.9% 0.54% -
HSV(B) 299.15º 0.88% 0.95% -
XYZ 52.58 25.92 87.03 -
YUV 117.07 199.07 215.68 -
System Red Green Blue C M Y K H S L
Decimal 240 30 243 0.01 0.88 0 0.05 299.15 0.9 0.54
Hex F0 1E F3 1 58 0 5 12B 5A 36
Octal 360 36 363 1 130 0 5 453 132 66
Binary 11110000 11110 11110011 1 1011000 0 101 100101011 1011010 110110

Color Harmonies of #F01EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01EF3

Black with #F01EF3

Text Example


Text Example

White with #F01EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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