#F07DA1

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

Shades of Tickle Me Pink #F07DA1

Tints of Tickle Me Pink #F07DA1

Color information

#F07DA1 (or 0xF07DA1) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 7D and A1. RGB value is (240,125,161). Sum of RGB (Red+Green+Blue) = 240+125+161=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07DA1 is #0F825E. Grayscale: #A3A3A3. Windows color (decimal): -1016415 or 10583536. OLE color: 10583536.

HSL color Cylindrical-coordinate representation of color #F07DA1: hue angle of 341.22º 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 #F07DA1 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB240125161-
CMYK00.480.330.06
HSL341.22º79.31%71.57%-
HSV(B)341.22º47.92%94.12%-
XYZ49.735.7738-
YUV163.49126.6182.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.63%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 161 (63.28% from 255) = 30.61%
R=45.63%
G=23.76%
B=30.61%

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
Decimal24012516100.480.330.06341.2279.3171.57
HexF07DA10302161554f48
Octal360175241060416525117110
Binary11110000111110110100001011000010000111010101010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07DA1; }

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

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

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

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

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

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

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

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