#FA7098

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

Shades of Tickle Me Pink #FA7098

Tints of Tickle Me Pink #FA7098

Color information

#FA7098 (or 0xFA7098) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 70 and 98. RGB value is (250,112,152). Sum of RGB (Red+Green+Blue) = 250+112+152=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7098 is #058F67. Grayscale: #9D9D9D. Windows color (decimal): -364392 or 9990394. OLE color: 9990394.

HSL color Cylindrical-coordinate representation of color #FA7098: hue angle of 342.61º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA7098 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB250112152-
CMYK00.550.390.02
HSL342.61º93.24%70.98%-
HSV(B)342.61º55.2%98.04%-
XYZ50.8934.1833.62-
YUV157.82124.72193.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.64%
GREEN value IS 112 (44.14% from 255) = 21.79%
BLUE value IS 152 (59.77% from 255) = 29.57%
R=48.64%
G=21.79%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011215200.550.390.02342.6193.2470.98
HexFA70980372721575d47
Octal372160230067472527135107
Binary1111101011100001001100001101111001111010101011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7098; }

 p { color: rgb(250,112,152); }

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

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

 a { background-color: rgb(250,112,152); }

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

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

 span { border-color: rgb(250,112,152); }

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