#F06CA3

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

Shades of Hot Pink #F06CA3

Tints of Hot Pink #F06CA3

Color information

#F06CA3 (or 0xF06CA3) is unknown color: approx Hot Pink. HEX triplet: F0, 6C and A3. RGB value is (240,108,163). Sum of RGB (Red+Green+Blue) = 240+108+163=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06CA3 is #0F935C. Grayscale: #999999. Windows color (decimal): -1020765 or 10710256. OLE color: 10710256.

HSL color Cylindrical-coordinate representation of color #F06CA3: hue angle of 335º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06CA3 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240108163-
CMYK00.550.320.06
HSL335º81.48%68.24%-
HSV(B)335º55%94.12%-
XYZ47.9131.8938.28-
YUV153.74133.23189.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 108 (42.58% from 255) = 21.14%
BLUE value IS 163 (64.06% from 255) = 31.90%
R=46.97%
G=21.14%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010816300.550.320.0633581.4868.24
HexF06CA303720614f5144
Octal360154243067406517121104
Binary11110000110110010100011011011110000011010100111110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06CA3; }

 p { color: rgb(240,108,163); }

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

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

 a { background-color: rgb(240,108,163); }

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

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

 span { border-color: rgb(240,108,163); }

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