#FA8198

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

Shades of Tickle Me Pink #FA8198

Tints of Tickle Me Pink #FA8198

Color information

#FA8198 (or 0xFA8198) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 81 and 98. RGB value is (250,129,152). Sum of RGB (Red+Green+Blue) = 250+129+152=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8198 is #057E67. Grayscale: #A7A7A7. Windows color (decimal): -360040 or 9994746. OLE color: 9994746.

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

Color convert

RGB250129152-
CMYK00.480.390.02
HSL348.6º92.37%74.31%-
HSV(B)348.6º48.4%98.04%-
XYZ52.9438.2934.31-
YUV167.8119.09186.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.08%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=47.08%
G=24.29%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012915200.480.390.02348.692.3774.31
HexFA819803027215d5c4a
Octal372201230060472535134112
Binary11111010100000011001100001100001001111010101110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8198; }

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

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

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

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

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

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

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

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