#F405FC

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

Shades of Magenta #F405FC

Tints of Magenta #F405FC

Color information

#F405FC (or 0xF405FC) is unknown color: approx Magenta. HEX triplet: F4, 05 and FC. RGB value is (244,5,252). Sum of RGB (Red+Green+Blue) = 244+5+252=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 5 (2.34% from 255 or 1.00% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #F405FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F405FC is #0BFA03. Grayscale: #676767. Windows color (decimal): -784900 or 16516596. OLE color: 16516596.

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

Color convert

RGB2445252-
CMYK0.030.9800.01
HSL298.06º97.63%50.39%-
HSV(B)298.06º98.02%98.82%-
XYZ54.9326.3794.29-
YUV104.62211.18227.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.70%
GREEN value IS 5 (2.34% from 255) = 1.00%
BLUE value IS 252 (98.83% from 255) = 50.30%
R=48.70%
G=1.00%
B=50.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal24452520.030.9800.01298.0697.6350.39
HexF45FC3620112a6232
Octal364537431420145214262
Binary1111010010111111100111100010011001010101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F405FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F405FC; }

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

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

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

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

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

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

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

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