#F022FD

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

Shades of Magenta #F022FD

Tints of Magenta #F022FD

Color information

#F022FD (or 0xF022FD) is unknown color: approx Magenta. HEX triplet: F0, 22 and FD. RGB value is (240,34,253). Sum of RGB (Red+Green+Blue) = 240+34+253=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 34 (13.67% from 255 or 6.45% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #F022FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F022FD is #0FDD02. Grayscale: #777777. Windows color (decimal): -1039619 or 16589552. OLE color: 16589552.

HSL color Cylindrical-coordinate representation of color #F022FD: hue angle of 296.44º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F022FD is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24034253-
CMYK0.050.8700.01
HSL296.44º98.21%56.27%-
HSV(B)296.44º86.56%99.22%-
XYZ54.2426.7695.24-
YUV120.56202.75213.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.54%
GREEN value IS 34 (13.67% from 255) = 6.45%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=45.54%
G=6.45%
B=48.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240342530.050.8700.01296.4498.2156.27
HexF022FD557011286238
Octal3604237551270145014270
Binary11110000100010111111011011010111011001010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F022FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F022FD; }

 p { color: rgb(240,34,253); }

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

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

 a { background-color: rgb(240,34,253); }

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

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

 span { border-color: rgb(240,34,253); }

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