#FA72A8

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

Shades of Tickle Me Pink #FA72A8

Tints of Tickle Me Pink #FA72A8

Color information

#FA72A8 (or 0xFA72A8) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 72 and A8. RGB value is (250,114,168). Sum of RGB (Red+Green+Blue) = 250+114+168=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA72A8 is #058D57. Grayscale: #A0A0A0. Windows color (decimal): -363864 or 11039482. OLE color: 11039482.

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

Color convert

RGB250114168-
CMYK00.540.330.02
HSL336.18º93.15%71.37%-
HSV(B)336.18º54.4%98.04%-
XYZ52.5135.1941.07-
YUV160.82132.06191.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.99%
GREEN value IS 114 (44.92% from 255) = 21.43%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=46.99%
G=21.43%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011416800.540.330.02336.1893.1571.37
HexFA72A80362121505d47
Octal372162250066412520135107
Binary1111101011100101010100001101101000011010101000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA72A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA72A8; }

 p { color: rgb(250,114,168); }

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

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

 a { background-color: rgb(250,114,168); }

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

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

 span { border-color: rgb(250,114,168); }

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