Html Css Color HEX #F018F8 Magenta

📋 copy color: '#F018F8'

red 240 ◦ green 24 ◦ blue 248

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

Shades of Magenta #F018F8

Tints of Magenta #F018F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.44%

R = 46.88%
G = 4.69%
B = 48.44%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F018F8 (or 0xF018F8) is known color: Magenta. HEX triplet: F0, 18 and F8. RGB value is (240,24,248). Sum of RGB (Red+Green+Blue) = 240+24+248=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 24 (9.77% from 255 or 4.69% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #F018F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F018F8 is #0FE707. Grayscale: #717171. Windows color (decimal): -1042184 or 16259312. OLE color: 16259312.

HSL color Cylindrical-coordinate representation of color #F018F8: hue angle of 297.86º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F018F8 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 24 248 -
CMYK 0.03 0.90 0 0.03
HSL 297.86º 0.94% 0.53% -
HSV(B) 297.86º 0.9% 0.97% -
XYZ 53.21 25.96 91.01 -
YUV 114.12 203.56 217.79 -
System Red Green Blue C M Y K H S L
Decimal 240 24 248 0.03 0.90 0 0.03 297.86 0.94 0.53
Hex F0 18 F8 3 5A 0 3 12A 5E 35
Octal 360 30 370 3 132 0 3 452 136 65
Binary 11110000 11000 11111000 11 1011010 0 11 100101010 1011110 110101

Color Harmonies of #F018F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018F8

Black with #F018F8

Text Example


Text Example

White with #F018F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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