Html Css Color HEX #F031FF Magenta

📋 copy color: '#F031FF'

red 240 ◦ green 49 ◦ blue 255

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

Shades of Magenta #F031FF

Tints of Magenta #F031FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.88%

R = 44.12%
G = 9.01%
B = 46.88%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F031FF (or 0xF031FF) is known color: Magenta. HEX triplet: F0, 31 and FF. RGB value is (240,49,255). Sum of RGB (Red+Green+Blue) = 240+49+255=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 49 (19.53% from 255 or 9.01% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #F031FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F031FF is #0FCE00. Grayscale: #808080. Windows color (decimal): -1035777 or 16724464. OLE color: 16724464.

HSL color Cylindrical-coordinate representation of color #F031FF: hue angle of 295.63º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F031FF is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 49 255 -
CMYK 0.06 0.81 0 0
HSL 295.63º 1% 0.6% -
HSV(B) 295.63º 0.81% 1% -
XYZ 55.08 27.94 97.1 -
YUV 129.59 198.78 206.75 -
System Red Green Blue C M Y K H S L
Decimal 240 49 255 0.06 0.81 0 0 295.63 1 0.6
Hex F0 31 FF 6 51 0 0 128 64 3C
Octal 360 61 377 6 121 0 0 450 144 74
Binary 11110000 110001 11111111 110 1010001 0 0 100101000 1100100 111100

Color Harmonies of #F031FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031FF

Black with #F031FF

Text Example


Text Example

White with #F031FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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