#F205C8

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

Shades of Hot Magenta #F205C8

Tints of Hot Magenta #F205C8

Color information

#F205C8 (or 0xF205C8) is unknown color: approx Hot Magenta. HEX triplet: F2, 05 and C8. RGB value is (242,5,200). Sum of RGB (Red+Green+Blue) = 242+5+200=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F205C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205C8 is #0DFA37. Grayscale: #616161. Windows color (decimal): -916024 or 13108722. OLE color: 13108722.

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

Color convert

RGB2425200-
CMYK00.980.170.05
HSL310.63º95.95%48.43%-
HSV(B)310.63º97.93%94.9%-
XYZ47.123.1656.63-
YUV98.09185.52230.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.14%
GREEN value IS 5 (2.34% from 255) = 1.12%
BLUE value IS 200 (78.52% from 255) = 44.74%
R=54.14%
G=1.12%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242520000.980.170.05310.6395.9548.43
HexF25C80621151376030
Octal3625310014221546714060
Binary111100101011100100001100010100011011001101111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F205C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F205C8; }

 p { color: rgb(242,5,200); }

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

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

 a { background-color: rgb(242,5,200); }

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

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

 span { border-color: rgb(242,5,200); }

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