#F06BAD

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

Shades of Hot Pink #F06BAD

Tints of Hot Pink #F06BAD

Color information

#F06BAD (or 0xF06BAD) is unknown color: approx Hot Pink. HEX triplet: F0, 6B and AD. RGB value is (240,107,173). Sum of RGB (Red+Green+Blue) = 240+107+173=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BAD is #0F9452. Grayscale: #9A9A9A. Windows color (decimal): -1021011 or 11365360. OLE color: 11365360.

HSL color Cylindrical-coordinate representation of color #F06BAD: hue angle of 330.23º degrees, saturation: 0.82, 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 #F06BAD is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240107173-
CMYK00.550.280.06
HSL330.23º81.6%68.04%-
HSV(B)330.23º55.42%94.12%-
XYZ48.7432.0643.15-
YUV154.29138.56189.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.15%
GREEN value IS 107 (42.19% from 255) = 20.58%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=46.15%
G=20.58%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010717300.550.280.06330.2381.668.04
HexF06BAD0371C614a5244
Octal360153255067346512122104
Binary1111000011010111010110101101111110011010100101010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06BAD; }

 p { color: rgb(240,107,173); }

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

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

 a { background-color: rgb(240,107,173); }

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

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

 span { border-color: rgb(240,107,173); }

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