#F974A0

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

Shades of Tickle Me Pink #F974A0

Tints of Tickle Me Pink #F974A0

Color information

#F974A0 (or 0xF974A0) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 74 and A0. RGB value is (249,116,160). Sum of RGB (Red+Green+Blue) = 249+116+160=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F974A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F974A0 is #068B5F. Grayscale: #A0A0A0. Windows color (decimal): -428896 or 10515705. OLE color: 10515705.

HSL color Cylindrical-coordinate representation of color #F974A0: hue angle of 340.15º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F974A0 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB249116160-
CMYK00.530.360.02
HSL340.15º91.72%71.57%-
HSV(B)340.15º53.41%97.65%-
XYZ51.6635.1737.32-
YUV160.78127.56190.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.43%
GREEN value IS 116 (45.70% from 255) = 22.10%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=47.43%
G=22.10%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911616000.530.360.02340.1591.7271.57
HexF974A00352421545c48
Octal371164240065442524134110
Binary1111100111101001010000001101011001001010101010010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F974A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F974A0; }

 p { color: rgb(249,116,160); }

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

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

 a { background-color: rgb(249,116,160); }

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

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

 span { border-color: rgb(249,116,160); }

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