#FA7FA8

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

Shades of Tickle Me Pink #FA7FA8

Tints of Tickle Me Pink #FA7FA8

Color information

#FA7FA8 (or 0xFA7FA8) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 7F and A8. RGB value is (250,127,168). Sum of RGB (Red+Green+Blue) = 250+127+168=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7FA8 is #058057. Grayscale: #A8A8A8. Windows color (decimal): -360536 or 11042810. OLE color: 11042810.

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

Color convert

RGB250127168-
CMYK00.490.330.02
HSL340º92.48%73.92%-
HSV(B)340º49.2%98.04%-
XYZ54.0838.3341.59-
YUV168.45127.75186.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.87%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=45.87%
G=23.30%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012716800.490.330.0234092.4873.92
HexFA7FA80312121545c4a
Octal372177250061412524134112
Binary1111101011111111010100001100011000011010101010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7FA8; }

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

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

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

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

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

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

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

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