#F07DA2

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

Shades of Tickle Me Pink #F07DA2

Tints of Tickle Me Pink #F07DA2

Color information

#F07DA2 (or 0xF07DA2) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 7D and A2. RGB value is (240,125,162). Sum of RGB (Red+Green+Blue) = 240+125+162=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07DA2 is #0F825D. Grayscale: #A3A3A3. Windows color (decimal): -1016414 or 10649072. OLE color: 10649072.

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

Color convert

RGB240125162-
CMYK00.480.320.06
HSL340.7º79.31%71.57%-
HSV(B)340.7º47.92%94.12%-
XYZ49.7935.838.47-
YUV163.6127.1182.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.54%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=45.54%
G=23.72%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012516200.480.320.06340.779.3171.57
HexF07DA20302061554f48
Octal360175242060406525117110
Binary11110000111110110100010011000010000011010101010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07DA2; }

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

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

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

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

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

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

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

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