Html Css Color HEX #F032FF Magenta

📋 copy color: '#F032FF'

red 240 ◦ green 50 ◦ blue 255

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

Shades of Magenta #F032FF

Tints of Magenta #F032FF

RGB

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

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

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

R = 44.04%
G = 9.17%
B = 46.79%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F032FF (or 0xF032FF) is known color: Magenta. HEX triplet: F0, 32 and FF. RGB value is (240,50,255). Sum of RGB (Red+Green+Blue) = 240+50+255=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 50 (19.92% from 255 or 9.17% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #F032FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F032FF is #0FCD00. Grayscale: #818181. Windows color (decimal): -1035521 or 16724720. OLE color: 16724720.

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

Color convert

RGB 240 50 255 -
CMYK 0.06 0.80 0 0
HSL 295.61º 1% 0.6% -
HSV(B) 295.61º 0.8% 1% -
XYZ 55.13 28.03 97.11 -
YUV 130.18 198.45 206.33 -
System Red Green Blue C M Y K H S L
Decimal 240 50 255 0.06 0.80 0 0 295.61 1 0.6
Hex F0 32 FF 6 50 0 0 128 64 3C
Octal 360 62 377 6 120 0 0 450 144 74
Binary 11110000 110010 11111111 110 1010000 0 0 100101000 1100100 111100

Color Harmonies of #F032FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F032FF

Black with #F032FF

Text Example


Text Example

White with #F032FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F032FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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