#F07CA1

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

Shades of Tickle Me Pink #F07CA1

Tints of Tickle Me Pink #F07CA1

Color information

#F07CA1 (or 0xF07CA1) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 7C and A1. RGB value is (240,124,161). Sum of RGB (Red+Green+Blue) = 240+124+161=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07CA1 is #0F835E. Grayscale: #A2A2A2. Windows color (decimal): -1016671 or 10583280. OLE color: 10583280.

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

Color convert

RGB240124161-
CMYK00.480.330.06
HSL340.86º79.45%71.37%-
HSV(B)340.86º48.33%94.12%-
XYZ49.5835.5137.96-
YUV162.9126.93182.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 124 (48.83% from 255) = 23.62%
BLUE value IS 161 (63.28% from 255) = 30.67%
R=45.71%
G=23.62%
B=30.67%

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
Decimal24012416100.480.330.06340.8679.4571.37
HexF07CA10302161554f47
Octal360174241060416525117107
Binary11110000111110010100001011000010000111010101010110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07CA1; }

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

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

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

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

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

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

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

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