#F982AF

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

Shades of Tickle Me Pink #F982AF

Tints of Tickle Me Pink #F982AF

Color information

#F982AF (or 0xF982AF) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 82 and AF. RGB value is (249,130,175). Sum of RGB (Red+Green+Blue) = 249+130+175=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F982AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F982AF is #067D50. Grayscale: #AAAAAA. Windows color (decimal): -425297 or 11502329. OLE color: 11502329.

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

Color convert

RGB249130175-
CMYK00.480.300.02
HSL337.31º90.84%74.31%-
HSV(B)337.31º47.79%97.65%-
XYZ54.7939.245.24-
YUV170.71130.42183.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.95%
GREEN value IS 130 (51.17% from 255) = 23.47%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=44.95%
G=23.47%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913017500.480.300.02337.3190.8474.31
HexF982AF0301E21515b4a
Octal371202257060362521133112
Binary1111100110000010101011110110000111101010101000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F982AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F982AF; }

 p { color: rgb(249,130,175); }

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

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

 a { background-color: rgb(249,130,175); }

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

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

 span { border-color: rgb(249,130,175); }

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