#F204DA

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

Shades of Hot Magenta #F204DA

Tints of Hot Magenta #F204DA

Color information

#F204DA (or 0xF204DA) is unknown color: approx Hot Magenta. HEX triplet: F2, 04 and DA. RGB value is (242,4,218). Sum of RGB (Red+Green+Blue) = 242+4+218=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F204DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F204DA is #0DFB25. Grayscale: #626262. Windows color (decimal): -916262 or 14288114. OLE color: 14288114.

HSL color Cylindrical-coordinate representation of color #F204DA: hue angle of 306.05º degrees, saturation: 0.97, 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 #F204DA is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB2424218-
CMYK00.980.100.05
HSL306.05º96.75%48.24%-
HSV(B)306.05º98.35%94.9%-
XYZ49.3224.0368.37-
YUV99.56194.85229.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.16%
GREEN value IS 4 (1.95% from 255) = 0.86%
BLUE value IS 218 (85.55% from 255) = 46.98%
R=52.16%
G=0.86%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242421800.980.100.05306.0596.7548.24
HexF24DA062A51326130
Octal3624332014212546214160
Binary11110010100110110100110001010101011001100101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F204DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F204DA; }

 p { color: rgb(242,4,218); }

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

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

 a { background-color: rgb(242,4,218); }

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

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

 span { border-color: rgb(242,4,218); }

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