#FF7298

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

Shades of Tickle Me Pink #FF7298

Tints of Tickle Me Pink #FF7298

Color information

#FF7298 (or 0xFF7298) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 72 and 98. RGB value is (255,114,152). Sum of RGB (Red+Green+Blue) = 255+114+152=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7298 is #008D67. Grayscale: #A0A0A0. Windows color (decimal): -36200 or 9990911. OLE color: 9990911.

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

Color convert

RGB255114152-
CMYK00.550.400
HSL343.83º100%72.35%-
HSV(B)343.83º55.29%100%-
XYZ52.9235.5633.78-
YUV160.49123.21195.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 114 (44.92% from 255) = 21.88%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=48.94%
G=21.88%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511415200.550.400343.8310072.35
HexFF72980372801586448
Octal377162230067500530144110
Binary111111111110010100110000110111101000010101100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7298; }

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

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

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

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

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

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

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

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