#F402FC

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

Shades of Magenta #F402FC

Tints of Magenta #F402FC

Color information

#F402FC (or 0xF402FC) is unknown color: approx Magenta. HEX triplet: F4, 02 and FC. RGB value is (244,2,252). Sum of RGB (Red+Green+Blue) = 244+2+252=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 2 (1.17% from 255 or 0.40% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #F402FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F402FC is #0BFD03. Grayscale: #666666. Windows color (decimal): -785668 or 16515828. OLE color: 16515828.

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

Color convert

RGB2442252-
CMYK0.030.9900.01
HSL298.08º98.43%49.8%-
HSV(B)298.08º99.21%98.82%-
XYZ54.926.394.28-
YUV102.86212.17228.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.00%
GREEN value IS 2 (1.17% from 255) = 0.40%
BLUE value IS 252 (98.83% from 255) = 50.60%
R=49.00%
G=0.40%
B=50.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal24422520.030.9900.01298.0898.4349.8
HexF42FC3630112a6232
Octal364237431430145214262
Binary111101001011111100111100011011001010101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F402FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F402FC; }

 p { color: rgb(244,2,252); }

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

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

 a { background-color: rgb(244,2,252); }

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

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

 span { border-color: rgb(244,2,252); }

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