Html Css Color HEX #F018EF Magenta

📋 copy color: '#F018EF'

red 240 ◦ green 24 ◦ blue 239

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

Shades of Magenta #F018EF

Tints of Magenta #F018EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 47.71%
G = 4.77%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F018EF (or 0xF018EF) is known color: Magenta. HEX triplet: F0, 18 and EF. RGB value is (240,24,239). Sum of RGB (Red+Green+Blue) = 240+24+239=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 24 (9.77% from 255 or 4.77% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F018EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F018EF is #0FE710. Grayscale: #707070. Windows color (decimal): -1042193 or 15669488. OLE color: 15669488.

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

Color convert

RGB 240 24 239 -
CMYK 0 0.9 0.00 0.06
HSL 300.28º 0.88% 0.52% -
HSV(B) 300.28º 0.9% 0.94% -
XYZ 51.84 25.41 83.83 -
YUV 113.09 199.06 218.52 -
System Red Green Blue C M Y K H S L
Decimal 240 24 239 0 0.9 0.00 0.06 300.28 0.88 0.52
Hex F0 18 EF 0 5A 0 6 12C 58 34
Octal 360 30 357 0 132 0 6 454 130 64
Binary 11110000 11000 11101111 0 1011010 0 110 100101100 1011000 110100

Color Harmonies of #F018EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018EF

Black with #F018EF

Text Example


Text Example

White with #F018EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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