Html Css Color HEX #F018ED Magenta

📋 copy color: '#F018ED'

red 240 ◦ green 24 ◦ blue 237

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

Shades of Magenta #F018ED

Tints of Magenta #F018ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 47.9%
G = 4.79%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F018ED (or 0xF018ED) is known color: Magenta. HEX triplet: F0, 18 and ED. RGB value is (240,24,237). Sum of RGB (Red+Green+Blue) = 240+24+237=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 24 (9.77% from 255 or 4.79% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F018ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F018ED is #0FE712. Grayscale: #707070. Windows color (decimal): -1042195 or 15538416. OLE color: 15538416.

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

Color convert

RGB 240 24 237 -
CMYK 0 0.9 0.01 0.06
HSL 300.83º 0.88% 0.52% -
HSV(B) 300.83º 0.9% 0.94% -
XYZ 51.55 25.29 82.29 -
YUV 112.87 198.06 218.68 -
System Red Green Blue C M Y K H S L
Decimal 240 24 237 0 0.9 0.01 0.06 300.83 0.88 0.52
Hex F0 18 ED 0 5A 1 6 12D 58 34
Octal 360 30 355 0 132 1 6 455 130 64
Binary 11110000 11000 11101101 0 1011010 1 110 100101101 1011000 110100

Color Harmonies of #F018ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018ED

Black with #F018ED

Text Example


Text Example

White with #F018ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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