Html Css Color HEX #F032FA Magenta

📋 copy color: '#F032FA'

red 240 ◦ green 50 ◦ blue 250

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

Shades of Magenta #F032FA

Tints of Magenta #F032FA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.26%

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

R = 44.44%
G = 9.26%
B = 46.3%

CMYK

 C value IS 0.04

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F032FA (or 0xF032FA) is known color: Magenta. HEX triplet: F0, 32 and FA. RGB value is (240,50,250). Sum of RGB (Red+Green+Blue) = 240+50+250=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 50 (19.92% from 255 or 9.26% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #F032FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F032FA is #0FCD05. Grayscale: #818181. Windows color (decimal): -1035526 or 16397040. OLE color: 16397040.

HSL color Cylindrical-coordinate representation of color #F032FA: hue angle of 297º 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 #F032FA is Cyan = 0.04, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 50 250 -
CMYK 0.04 0.8 0 0.02
HSL 297º 0.95% 0.59% -
HSV(B) 297º 0.8% 0.98% -
XYZ 54.33 27.71 92.93 -
YUV 129.61 195.95 206.74 -
System Red Green Blue C M Y K H S L
Decimal 240 50 250 0.04 0.8 0 0.02 297 0.95 0.59
Hex F0 32 FA 4 50 0 2 129 5F 3B
Octal 360 62 372 4 120 0 2 451 137 73
Binary 11110000 110010 11111010 100 1010000 0 10 100101001 1011111 111011

Color Harmonies of #F032FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F032FA

Black with #F032FA

Text Example


Text Example

White with #F032FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F032FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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