#F42FFE

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

Shades of Magenta #F42FFE

Tints of Magenta #F42FFE

Color information

#F42FFE (or 0xF42FFE) is unknown color: approx Magenta. HEX triplet: F4, 2F and FE. RGB value is (244,47,254). Sum of RGB (Red+Green+Blue) = 244+47+254=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 47 (18.75% from 255 or 8.62% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #F42FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42FFE is #0BD001. Grayscale: #808080. Windows color (decimal): -774146 or 16658420. OLE color: 16658420.

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

Color convert

RGB24447254-
CMYK0.040.8100.00
HSL297.1º99.04%59.02%-
HSV(B)297.1º81.5%99.61%-
XYZ56.2128.4296.29-
YUV129.5198.27209.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.77%
GREEN value IS 47 (18.75% from 255) = 8.62%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=44.77%
G=8.62%
B=46.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal244472540.040.8100.00297.199.0459.02
HexF42FFE45100129633b
Octal3645737641210045114373
Binary11110100101111111111101001010001001001010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42FFE; }

 p { color: rgb(244,47,254); }

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

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

 a { background-color: rgb(244,47,254); }

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

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

 span { border-color: rgb(244,47,254); }

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