Html Css Color HEX #F018E6 Magenta

📋 copy color: '#F018E6'

red 240 ◦ green 24 ◦ blue 230

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

Shades of Magenta #F018E6

Tints of Magenta #F018E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.56%

R = 48.58%
G = 4.86%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F018E6 (or 0xF018E6) is known color: Magenta. HEX triplet: F0, 18 and E6. RGB value is (240,24,230). Sum of RGB (Red+Green+Blue) = 240+24+230=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 24 (9.77% from 255 or 4.86% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F018E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F018E6 is #0FE719. Grayscale: #6F6F6F. Windows color (decimal): -1042202 or 15079664. OLE color: 15079664.

HSL color Cylindrical-coordinate representation of color #F018E6: hue angle of 302.78º 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 #F018E6 is Cyan = 0, Magento = 0.9, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 230 -
CMYK 0 0.9 0.04 0.06
HSL 302.78º 0.88% 0.52% -
HSV(B) 302.78º 0.9% 0.94% -
XYZ 50.54 24.89 77 -
YUV 112.07 194.56 219.25 -
System Red Green Blue C M Y K H S L
Decimal 240 24 230 0 0.9 0.04 0.06 302.78 0.88 0.52
Hex F0 18 E6 0 5A 4 6 12F 58 34
Octal 360 30 346 0 132 4 6 457 130 64
Binary 11110000 11000 11100110 0 1011010 100 110 100101111 1011000 110100

Color Harmonies of #F018E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018E6

Black with #F018E6

Text Example


Text Example

White with #F018E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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