#FF7A98

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

Shades of Tickle Me Pink #FF7A98

Tints of Tickle Me Pink #FF7A98

Color information

#FF7A98 (or 0xFF7A98) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 7A and 98. RGB value is (255,122,152). Sum of RGB (Red+Green+Blue) = 255+122+152=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A98 is #008567. Grayscale: #A5A5A5. Windows color (decimal): -34152 or 9992959. OLE color: 9992959.

HSL color Cylindrical-coordinate representation of color #FF7A98: hue angle of 346.47º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7A98 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255122152-
CMYK00.520.400
HSL346.47º100%73.92%-
HSV(B)346.47º52.16%100%-
XYZ53.8737.4534.09-
YUV165.19120.56192.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 122 (48.05% from 255) = 23.06%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=48.20%
G=23.06%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512215200.520.400346.4710073.92
HexFF7A9803428015a644a
Octal377172230064500532144112
Binary111111111111010100110000110100101000010101101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A98; }

 p { color: rgb(255,122,152); }

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

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

 a { background-color: rgb(255,122,152); }

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

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

 span { border-color: rgb(255,122,152); }

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