Html Css Color HEX #F01FE8 Magenta

📋 copy color: '#F01FE8'

red 240 ◦ green 31 ◦ blue 232

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

Shades of Magenta #F01FE8

Tints of Magenta #F01FE8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.16%

 BLUE value IS 232 (91.02% from 255) = 46.12%

R = 47.71%
G = 6.16%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F01FE8 (or 0xF01FE8) is known color: Magenta. HEX triplet: F0, 1F and E8. RGB value is (240,31,232). Sum of RGB (Red+Green+Blue) = 240+31+232=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 31 (12.5% from 255 or 6.16% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F01FE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01FE8 is #0FE017. Grayscale: #737373. Windows color (decimal): -1040408 or 15212528. OLE color: 15212528.

HSL color Cylindrical-coordinate representation of color #F01FE8: hue angle of 302.3º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01FE8 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 31 232 -
CMYK 0 0.87 0.03 0.06
HSL 302.3º 0.87% 0.53% -
HSV(B) 302.3º 0.87% 0.94% -
XYZ 50.99 25.33 78.55 -
YUV 116.41 193.24 216.16 -
System Red Green Blue C M Y K H S L
Decimal 240 31 232 0 0.87 0.03 0.06 302.3 0.87 0.53
Hex F0 1F E8 0 57 3 6 12E 57 35
Octal 360 37 350 0 127 3 6 456 127 65
Binary 11110000 11111 11101000 0 1010111 11 110 100101110 1010111 110101

Color Harmonies of #F01FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01FE8

Black with #F01FE8

Text Example


Text Example

White with #F01FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01FE8; }

 p { color: rgb(240,31,232); }

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

background-color css

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

 a { background-color: rgb(240,31,232); }

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

border-color css

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

 span { border-color: rgb(240,31,232); }

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