#F07CA2

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

Shades of Tickle Me Pink #F07CA2

Tints of Tickle Me Pink #F07CA2

Color information

#F07CA2 (or 0xF07CA2) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 7C and A2. RGB value is (240,124,162). Sum of RGB (Red+Green+Blue) = 240+124+162=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07CA2 is #0F835D. Grayscale: #A2A2A2. Windows color (decimal): -1016670 or 10648816. OLE color: 10648816.

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

Color convert

RGB240124162-
CMYK00.480.320.06
HSL340.34º79.45%71.37%-
HSV(B)340.34º48.33%94.12%-
XYZ49.6635.5538.43-
YUV163.02127.43182.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.63%
GREEN value IS 124 (48.83% from 255) = 23.57%
BLUE value IS 162 (63.67% from 255) = 30.80%
R=45.63%
G=23.57%
B=30.80%

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
Decimal24012416200.480.320.06340.3479.4571.37
HexF07CA20302061544f47
Octal360174242060406524117107
Binary11110000111110010100010011000010000011010101010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07CA2; }

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

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

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

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

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

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

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

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