Html Css Color HEX #F018F4 Magenta

📋 copy color: '#F018F4'

red 240 ◦ green 24 ◦ blue 244

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

Shades of Magenta #F018F4

Tints of Magenta #F018F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.03%

R = 47.24%
G = 4.72%
B = 48.03%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F018F4 (or 0xF018F4) is known color: Magenta. HEX triplet: F0, 18 and F4. RGB value is (240,24,244). Sum of RGB (Red+Green+Blue) = 240+24+244=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 24 (9.77% from 255 or 4.72% from 508); Blue value is 244 (95.70% from 255 or 48.03% from 508); Max value from RGB is 244 - color contains mainly: blue. Hex color #F018F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F018F4 is #0FE70B. Grayscale: #717171. Windows color (decimal): -1042188 or 15997168. OLE color: 15997168.

HSL color Cylindrical-coordinate representation of color #F018F4: hue angle of 298.91º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F018F4 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 24 244 -
CMYK 0.02 0.90 0 0.04
HSL 298.91º 0.91% 0.53% -
HSV(B) 298.91º 0.9% 0.96% -
XYZ 52.59 25.71 87.78 -
YUV 113.66 201.56 218.11 -
System Red Green Blue C M Y K H S L
Decimal 240 24 244 0.02 0.90 0 0.04 298.91 0.91 0.53
Hex F0 18 F4 2 5A 0 4 12B 5B 35
Octal 360 30 364 2 132 0 4 453 133 65
Binary 11110000 11000 11110100 10 1011010 0 100 100101011 1011011 110101

Color Harmonies of #F018F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018F4

Black with #F018F4

Text Example


Text Example

White with #F018F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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