Html Css Color HEX #F018FA Magenta

📋 copy color: '#F018FA'

red 240 ◦ green 24 ◦ blue 250

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

Shades of Magenta #F018FA

Tints of Magenta #F018FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 46.69%
G = 4.67%
B = 48.64%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F018FA (or 0xF018FA) is known color: Magenta. HEX triplet: F0, 18 and FA. RGB value is (240,24,250). Sum of RGB (Red+Green+Blue) = 240+24+250=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 24 (9.77% from 255 or 4.67% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #F018FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F018FA is #0FE705. Grayscale: #717171. Windows color (decimal): -1042182 or 16390384. OLE color: 16390384.

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

Color convert

RGB 240 24 250 -
CMYK 0.04 0.90 0 0.02
HSL 297.35º 0.96% 0.54% -
HSV(B) 297.35º 0.9% 0.98% -
XYZ 53.52 26.08 92.66 -
YUV 114.35 204.56 217.62 -
System Red Green Blue C M Y K H S L
Decimal 240 24 250 0.04 0.90 0 0.02 297.35 0.96 0.54
Hex F0 18 FA 4 5A 0 2 129 60 36
Octal 360 30 372 4 132 0 2 451 140 66
Binary 11110000 11000 11111010 100 1011010 0 10 100101001 1100000 110110

Color Harmonies of #F018FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018FA

Black with #F018FA

Text Example


Text Example

White with #F018FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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