#F502C8

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

Shades of Hot Magenta #F502C8

Tints of Hot Magenta #F502C8

Color information

#F502C8 (or 0xF502C8) is unknown color: approx Hot Magenta. HEX triplet: F5, 02 and C8. RGB value is (245,2,200). Sum of RGB (Red+Green+Blue) = 245+2+200=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F502C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502C8 is #0AFD37. Grayscale: #606060. Windows color (decimal): -720184 or 13107957. OLE color: 13107957.

HSL color Cylindrical-coordinate representation of color #F502C8: hue angle of 311.11º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F502C8 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB2452200-
CMYK00.990.180.04
HSL311.11º98.38%48.43%-
HSV(B)311.11º99.18%96.08%-
XYZ48.123.6356.67-
YUV97.23186.01233.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.81%
GREEN value IS 2 (1.17% from 255) = 0.45%
BLUE value IS 200 (78.52% from 255) = 44.74%
R=54.81%
G=0.45%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245220000.990.180.04311.1198.3848.43
HexF52C80631241376230
Octal3652310014322446714260
Binary11110101101100100001100011100101001001101111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F502C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F502C8; }

 p { color: rgb(245,2,200); }

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

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

 a { background-color: rgb(245,2,200); }

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

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

 span { border-color: rgb(245,2,200); }

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