#f930fe

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

Shades of Magenta #F930FE

Tints of Magenta #F930FE

Color information

#F930FE (or 0xF930FE) is unknown color: approx Magenta. HEX triplet: F9, 30 and FE. RGB value is (249,48,254). Sum of RGB (Red+Green+Blue) = 249+48+254=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 48 (19.14% from 255 or 8.71% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #F930FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F930FE is #06CF01. Grayscale: #828282. Windows color (decimal): -446210 or 16658681. OLE color: 16658681.

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

Color convert

RGB24948254-
CMYK0.020.8100.00
HSL298.54º99.04%59.22%-
HSV(B)298.54º81.1%99.61%-
XYZ58.0129.4196.38-
YUV131.58197.09211.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.19%
GREEN value IS 48 (19.14% from 255) = 8.71%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=45.19%
G=8.71%
B=46.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal249482540.020.8100.00298.5499.0459.22
HexF930FE2510012b633b
Octal3716037621210045314373
Binary1111100111000011111110101010001001001010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f930fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f930fe; }

 p { color: rgb(249,48,254); }

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

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

 a { background-color: rgb(249,48,254); }

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

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

 span { border-color: rgb(249,48,254); }

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