Html Css Color HEX #F031FC Magenta

📋 copy color: '#F031FC'

red 240 ◦ green 49 ◦ blue 252

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

Shades of Magenta #F031FC

Tints of Magenta #F031FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 44.36%
G = 9.06%
B = 46.58%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F031FC (or 0xF031FC) is known color: Magenta. HEX triplet: F0, 31 and FC. RGB value is (240,49,252). Sum of RGB (Red+Green+Blue) = 240+49+252=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 49 (19.53% from 255 or 9.06% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #F031FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F031FC is #0FCE03. Grayscale: #808080. Windows color (decimal): -1035780 or 16527856. OLE color: 16527856.

HSL color Cylindrical-coordinate representation of color #F031FC: hue angle of 296.45º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F031FC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 49 252 -
CMYK 0.05 0.81 0 0.01
HSL 296.45º 0.97% 0.59% -
HSV(B) 296.45º 0.81% 0.99% -
XYZ 54.6 27.75 94.57 -
YUV 129.25 197.28 206.99 -
System Red Green Blue C M Y K H S L
Decimal 240 49 252 0.05 0.81 0 0.01 296.45 0.97 0.59
Hex F0 31 FC 5 51 0 1 128 61 3B
Octal 360 61 374 5 121 0 1 450 141 73
Binary 11110000 110001 11111100 101 1010001 0 1 100101000 1100001 111011

Color Harmonies of #F031FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031FC

Black with #F031FC

Text Example


Text Example

White with #F031FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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