#FA6C95

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

Shades of Tickle Me Pink #FA6C95

Tints of Tickle Me Pink #FA6C95

Color information

#FA6C95 (or 0xFA6C95) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 6C and 95. RGB value is (250,108,149). Sum of RGB (Red+Green+Blue) = 250+108+149=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6C95 is #05936A. Grayscale: #9B9B9B. Windows color (decimal): -365419 or 9792762. OLE color: 9792762.

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

Color convert

RGB250108149-
CMYK00.570.400.02
HSL342.68º93.42%70.2%-
HSV(B)342.68º56.8%98.04%-
XYZ50.2133.2232.2-
YUV155.13124.54195.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 108 (42.58% from 255) = 21.30%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=49.31%
G=21.30%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010814900.570.400.02342.6893.4270.2
HexFA6C950392821575d46
Octal372154225071502527135106
Binary1111101011011001001010101110011010001010101011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6C95; }

 p { color: rgb(250,108,149); }

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

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

 a { background-color: rgb(250,108,149); }

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

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

 span { border-color: rgb(250,108,149); }

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