#F832FD

Color #F832FD Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F832FD

Tints of Magenta #F832FD

Color information

#F832FD (or 0xF832FD) is unknown color: approx Magenta. HEX triplet: F8, 32 and FD. RGB value is (248,50,253). Sum of RGB (Red+Green+Blue) = 248+50+253=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 50 (19.92% from 255 or 9.07% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #F832FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F832FD is #07CD02. Grayscale: #838383. Windows color (decimal): -511235 or 16593656. OLE color: 16593656.

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

Color convert

RGB24850253-
CMYK0.020.8000.01
HSL298.52º98.07%59.41%-
HSV(B)298.52º80.24%99.22%-
XYZ57.5829.3395.55-
YUV132.34196.1210.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.01%
GREEN value IS 50 (19.92% from 255) = 9.07%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=45.01%
G=9.07%
B=45.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal248502530.020.8000.01298.5298.0759.41
HexF832FD2500112b623b
Octal3706237521200145314273
Binary1111100011001011111101101010000011001010111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F832FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F832FD; }

 p { color: rgb(248,50,253); }

 H1.HeaderClassName
 {
   color: #F832FD;
 }
 .AnyTagClassName
 {
   color: #F832FD;
 }
</style>
background-color css

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

 a { background-color: rgb(248,50,253); }

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

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

 span { border-color: rgb(248,50,253); }

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