Html Css Color HEX #F031F8 Magenta

📋 copy color: '#F031F8'

red 240 ◦ green 49 ◦ blue 248

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

Shades of Magenta #F031F8

Tints of Magenta #F031F8

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.12%

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

R = 44.69%
G = 9.12%
B = 46.18%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F031F8 (or 0xF031F8) is known color: Magenta. HEX triplet: F0, 31 and F8. RGB value is (240,49,248). Sum of RGB (Red+Green+Blue) = 240+49+248=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 49 (19.53% from 255 or 9.12% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #F031F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F031F8 is #0FCE07. Grayscale: #808080. Windows color (decimal): -1035784 or 16265712. OLE color: 16265712.

HSL color Cylindrical-coordinate representation of color #F031F8: hue angle of 297.59º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F031F8 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 49 248 -
CMYK 0.03 0.80 0 0.03
HSL 297.59º 0.93% 0.58% -
HSV(B) 297.59º 0.8% 0.97% -
XYZ 53.98 27.5 91.27 -
YUV 128.8 195.28 207.32 -
System Red Green Blue C M Y K H S L
Decimal 240 49 248 0.03 0.80 0 0.03 297.59 0.93 0.58
Hex F0 31 F8 3 50 0 3 12A 5D 3A
Octal 360 61 370 3 120 0 3 452 135 72
Binary 11110000 110001 11111000 11 1010000 0 11 100101010 1011101 111010

Color Harmonies of #F031F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031F8

Black with #F031F8

Text Example


Text Example

White with #F031F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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