#F204CB

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

Shades of Hot Magenta #F204CB

Tints of Hot Magenta #F204CB

Color information

#F204CB (or 0xF204CB) is unknown color: approx Hot Magenta. HEX triplet: F2, 04 and CB. RGB value is (242,4,203). Sum of RGB (Red+Green+Blue) = 242+4+203=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F204CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F204CB is #0DFB34. Grayscale: #616161. Windows color (decimal): -916277 or 13305074. OLE color: 13305074.

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

Color convert

RGB2424203-
CMYK00.980.160.05
HSL309.83º96.75%48.24%-
HSV(B)309.83º98.35%94.9%-
XYZ47.4423.2858.49-
YUV97.85187.35230.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.90%
GREEN value IS 4 (1.95% from 255) = 0.89%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=53.90%
G=0.89%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242420300.980.160.05309.8396.7548.24
HexF24CB0621051366130
Octal3624313014220546614160
Binary111100101001100101101100010100001011001101101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F204CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F204CB; }

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

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

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

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

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

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

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

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