#F07DA0

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

Shades of Tickle Me Pink #F07DA0

Tints of Tickle Me Pink #F07DA0

Color information

#F07DA0 (or 0xF07DA0) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 7D and A0. RGB value is (240,125,160). Sum of RGB (Red+Green+Blue) = 240+125+160=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07DA0 is #0F825F. Grayscale: #A3A3A3. Windows color (decimal): -1016416 or 10518000. OLE color: 10518000.

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

Color convert

RGB240125160-
CMYK00.480.330.06
HSL341.74º79.31%71.57%-
HSV(B)341.74º47.92%94.12%-
XYZ49.6135.7337.54-
YUV163.38126.1182.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=45.71%
G=23.81%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012516000.480.330.06341.7479.3171.57
HexF07DA00302161564f48
Octal360175240060416526117110
Binary11110000111110110100000011000010000111010101011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07DA0; }

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

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

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

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

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

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

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

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