#F009CA

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

Shades of Hot Magenta #F009CA

Tints of Hot Magenta #F009CA

Color information

#F009CA (or 0xF009CA) is unknown color: approx Hot Magenta. HEX triplet: F0, 09 and CA. RGB value is (240,9,202). Sum of RGB (Red+Green+Blue) = 240+9+202=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F009CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009CA is #0FF635. Grayscale: #636363. Windows color (decimal): -1046070 or 13240816. OLE color: 13240816.

HSL color Cylindrical-coordinate representation of color #F009CA: hue angle of 309.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F009CA is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB2409202-
CMYK00.960.160.06
HSL309.87º92.77%48.82%-
HSV(B)309.87º96.25%94.12%-
XYZ46.6922.9857.85-
YUV100.07185.53227.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 9 (3.91% from 255) = 2.00%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=53.22%
G=2.00%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240920200.960.160.06309.8792.7748.82
HexF09CA0601061365d31
Octal36011312014020646613561
Binary1111000010011100101001100000100001101001101101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F009CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F009CA; }

 p { color: rgb(240,9,202); }

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

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

 a { background-color: rgb(240,9,202); }

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

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

 span { border-color: rgb(240,9,202); }

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