#F981A0

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

Shades of Tickle Me Pink #F981A0

Tints of Tickle Me Pink #F981A0

Color information

#F981A0 (or 0xF981A0) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 81 and A0. RGB value is (249,129,160). Sum of RGB (Red+Green+Blue) = 249+129+160=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F981A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F981A0 is #067E5F. Grayscale: #A8A8A8. Windows color (decimal): -425568 or 10519033. OLE color: 10519033.

HSL color Cylindrical-coordinate representation of color #F981A0: hue angle of 344.5º degrees, saturation: 0.91, 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 #F981A0 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB249129160-
CMYK00.480.360.02
HSL344.5º90.91%74.12%-
HSV(B)344.5º48.19%97.65%-
XYZ53.2638.3837.86-
YUV168.41123.26185.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 160 (62.89% from 255) = 29.74%
R=46.28%
G=23.98%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912916000.480.360.02344.590.9174.12
HexF981A00302421585b4a
Octal371201240060442530133112
Binary11111001100000011010000001100001001001010101100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F981A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F981A0; }

 p { color: rgb(249,129,160); }

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

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

 a { background-color: rgb(249,129,160); }

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

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

 span { border-color: rgb(249,129,160); }

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