#F080A7

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

Shades of Tickle Me Pink #F080A7

Tints of Tickle Me Pink #F080A7

Color information

#F080A7 (or 0xF080A7) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 80 and A7. RGB value is (240,128,167). Sum of RGB (Red+Green+Blue) = 240+128+167=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F080A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F080A7 is #0F7F58. Grayscale: #A5A5A5. Windows color (decimal): -1015641 or 10977520. OLE color: 10977520.

HSL color Cylindrical-coordinate representation of color #F080A7: hue angle of 339.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080A7 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB240128167-
CMYK00.470.300.06
HSL339.11º78.87%72.16%-
HSV(B)339.11º46.67%94.12%-
XYZ50.6336.7540.98-
YUV165.93128.61180.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.86%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 167 (65.62% from 255) = 31.21%
R=44.86%
G=23.93%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012816700.470.300.06339.1178.8772.16
HexF080A702F1E61534f48
Octal360200247057366523117110
Binary11110000100000001010011101011111111011010101001110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F080A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F080A7; }

 p { color: rgb(240,128,167); }

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

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

 a { background-color: rgb(240,128,167); }

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

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

 span { border-color: rgb(240,128,167); }

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