#F928F4

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

Shades of Magenta #F928F4

Tints of Magenta #F928F4

Color information

#F928F4 (or 0xF928F4) is unknown color: approx Magenta. HEX triplet: F9, 28 and F4. RGB value is (249,40,244). Sum of RGB (Red+Green+Blue) = 249+40+244=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 40 (16.02% from 255 or 7.50% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F928F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F928F4 is #06D70B. Grayscale: #7D7D7D. Windows color (decimal): -448268 or 16001273. OLE color: 16001273.

HSL color Cylindrical-coordinate representation of color #F928F4: hue angle of 301.44º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F928F4 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB24940244-
CMYK00.840.020.02
HSL301.44º94.57%56.67%-
HSV(B)301.44º83.94%97.65%-
XYZ56.1528.1988.07-
YUV125.75194.74215.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.72%
GREEN value IS 40 (16.02% from 255) = 7.50%
BLUE value IS 244 (95.70% from 255) = 45.78%
R=46.72%
G=7.50%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494024400.840.020.02301.4494.5756.67
HexF928F40542212d5f39
Octal3715036401242245513771
Binary11111001101000111101000101010010101001011011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F928F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F928F4; }

 p { color: rgb(249,40,244); }

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

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

 a { background-color: rgb(249,40,244); }

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

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

 span { border-color: rgb(249,40,244); }

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