Html Css Color HEX #F031FA Magenta

📋 copy color: '#F031FA'

red 240 ◦ green 49 ◦ blue 250

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

Shades of Magenta #F031FA

Tints of Magenta #F031FA

RGB

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

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

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

R = 44.53%
G = 9.09%
B = 46.38%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F031FA (or 0xF031FA) is known color: Magenta. HEX triplet: F0, 31 and FA. RGB value is (240,49,250). Sum of RGB (Red+Green+Blue) = 240+49+250=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 49 (19.53% from 255 or 9.09% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #F031FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F031FA is #0FCE05. Grayscale: #808080. Windows color (decimal): -1035782 or 16396784. OLE color: 16396784.

HSL color Cylindrical-coordinate representation of color #F031FA: hue angle of 297.01º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F031FA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 49 250 -
CMYK 0.04 0.80 0 0.02
HSL 297.01º 0.95% 0.59% -
HSV(B) 297.01º 0.8% 0.98% -
XYZ 54.29 27.62 92.91 -
YUV 129.02 196.28 207.16 -
System Red Green Blue C M Y K H S L
Decimal 240 49 250 0.04 0.80 0 0.02 297.01 0.95 0.59
Hex F0 31 FA 4 50 0 2 129 5F 3B
Octal 360 61 372 4 120 0 2 451 137 73
Binary 11110000 110001 11111010 100 1010000 0 10 100101001 1011111 111011

Color Harmonies of #F031FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031FA

Black with #F031FA

Text Example


Text Example

White with #F031FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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