#F775A1

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

Shades of Tickle Me Pink #F775A1

Tints of Tickle Me Pink #F775A1

Color information

#F775A1 (or 0xF775A1) is unknown color: approx Tickle Me Pink. HEX triplet: F7, 75 and A1. RGB value is (247,117,161). Sum of RGB (Red+Green+Blue) = 247+117+161=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F775A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F775A1 is #088A5E. Grayscale: #A0A0A0. Windows color (decimal): -559711 or 10581495. OLE color: 10581495.

HSL color Cylindrical-coordinate representation of color #F775A1: hue angle of 339.69º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F775A1 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB247117161-
CMYK00.530.350.03
HSL339.69º89.04%71.37%-
HSV(B)339.69º52.63%96.86%-
XYZ51.1535.0737.79-
YUV160.89128.07189.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.05%
GREEN value IS 117 (46.09% from 255) = 22.29%
BLUE value IS 161 (63.28% from 255) = 30.67%
R=47.05%
G=22.29%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711716100.530.350.03339.6989.0471.37
HexF775A10352331545947
Octal367165241065433524131107
Binary1111011111101011010000101101011000111110101010010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F775A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F775A1; }

 p { color: rgb(247,117,161); }

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

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

 a { background-color: rgb(247,117,161); }

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

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

 span { border-color: rgb(247,117,161); }

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