Html Css Color HEX #F018E5 Magenta

📋 copy color: '#F018E5'

red 240 ◦ green 24 ◦ blue 229

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

Shades of Magenta #F018E5

Tints of Magenta #F018E5

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.87%

 BLUE value IS 229 (89.84% from 255) = 46.45%

R = 48.68%
G = 4.87%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F018E5 (or 0xF018E5) is known color: Magenta. HEX triplet: F0, 18 and E5. RGB value is (240,24,229). Sum of RGB (Red+Green+Blue) = 240+24+229=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F018E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018E5 is #0FE71A. Grayscale: #6F6F6F. Windows color (decimal): -1042203 or 15014128. OLE color: 15014128.

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

Color convert

RGB 240 24 229 -
CMYK 0 0.9 0.05 0.06
HSL 303.06º 0.88% 0.52% -
HSV(B) 303.06º 0.9% 0.94% -
XYZ 50.4 24.84 76.27 -
YUV 111.95 194.06 219.33 -
System Red Green Blue C M Y K H S L
Decimal 240 24 229 0 0.9 0.05 0.06 303.06 0.88 0.52
Hex F0 18 E5 0 5A 5 6 12F 58 34
Octal 360 30 345 0 132 5 6 457 130 64
Binary 11110000 11000 11100101 0 1011010 101 110 100101111 1011000 110100

Color Harmonies of #F018E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018E5

Black with #F018E5

Text Example


Text Example

White with #F018E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018E5; }

 p { color: rgb(240,24,229); }

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

background-color css

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

 a { background-color: rgb(240,24,229); }

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

border-color css

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

 span { border-color: rgb(240,24,229); }

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