#F97C98

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

Shades of Tickle Me Pink #F97C98

Tints of Tickle Me Pink #F97C98

Color information

#F97C98 (or 0xF97C98) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 7C and 98. RGB value is (249,124,152). Sum of RGB (Red+Green+Blue) = 249+124+152=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C98 is #068367. Grayscale: #A4A4A4. Windows color (decimal): -426856 or 9993465. OLE color: 9993465.

HSL color Cylindrical-coordinate representation of color #F97C98: hue angle of 346.56º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97C98 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB249124152-
CMYK00.500.390.02
HSL346.56º91.24%73.14%-
HSV(B)346.56º50.2%97.65%-
XYZ51.9436.8234.08-
YUV164.57120.91188.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.43%
GREEN value IS 124 (48.83% from 255) = 23.62%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=47.43%
G=23.62%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912415200.500.390.02346.5691.2473.14
HexF97C9803227215b5b49
Octal371174230062472533133111
Binary1111100111111001001100001100101001111010101101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97C98; }

 p { color: rgb(249,124,152); }

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

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

 a { background-color: rgb(249,124,152); }

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

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

 span { border-color: rgb(249,124,152); }

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