#F482AB

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

Shades of Tickle Me Pink #F482AB

Tints of Tickle Me Pink #F482AB

Color information

#F482AB (or 0xF482AB) is unknown color: approx Tickle Me Pink. HEX triplet: F4, 82 and AB. RGB value is (244,130,171). Sum of RGB (Red+Green+Blue) = 244+130+171=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F482AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F482AB is #0B7D54. Grayscale: #A8A8A8. Windows color (decimal): -752981 or 11240180. OLE color: 11240180.

HSL color Cylindrical-coordinate representation of color #F482AB: hue angle of 338.42º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F482AB is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB244130171-
CMYK00.470.300.04
HSL338.42º83.82%73.33%-
HSV(B)338.42º46.72%95.69%-
XYZ52.6438.1443.12-
YUV168.76129.27181.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.77%
GREEN value IS 130 (51.17% from 255) = 23.85%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=44.77%
G=23.85%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413017100.470.300.04338.4283.8273.33
HexF482AB02F1E41525449
Octal364202253057364522124111
Binary11110100100000101010101101011111111010010101001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F482AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F482AB; }

 p { color: rgb(244,130,171); }

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

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

 a { background-color: rgb(244,130,171); }

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

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

 span { border-color: rgb(244,130,171); }

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