#F070A0

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

Shades of Tickle Me Pink #F070A0

Tints of Tickle Me Pink #F070A0

Color information

#F070A0 (or 0xF070A0) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 70 and A0. RGB value is (240,112,160). Sum of RGB (Red+Green+Blue) = 240+112+160=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F070A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070A0 is #0F8F5F. Grayscale: #9B9B9B. Windows color (decimal): -1019744 or 10514672. OLE color: 10514672.

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

Color convert

RGB240112160-
CMYK00.530.330.06
HSL337.5º81.01%69.02%-
HSV(B)337.5º53.33%94.12%-
XYZ48.0732.6537.03-
YUV155.74130.41188.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=46.88%
G=21.88%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011216000.530.330.06337.581.0169.02
HexF070A00352161525145
Octal360160240065416522121105
Binary11110000111000010100000011010110000111010101001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F070A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F070A0; }

 p { color: rgb(240,112,160); }

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

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

 a { background-color: rgb(240,112,160); }

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

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

 span { border-color: rgb(240,112,160); }

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