#F482AA

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

Shades of Tickle Me Pink #F482AA

Tints of Tickle Me Pink #F482AA

Color information

#F482AA (or 0xF482AA) is unknown color: approx Tickle Me Pink. HEX triplet: F4, 82 and AA. RGB value is (244,130,170). Sum of RGB (Red+Green+Blue) = 244+130+170=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F482AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F482AA is #0B7D55. Grayscale: #A8A8A8. Windows color (decimal): -752982 or 11174644. OLE color: 11174644.

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

Color convert

RGB244130170-
CMYK00.470.300.04
HSL338.95º83.82%73.33%-
HSV(B)338.95º46.72%95.69%-
XYZ52.5538.142.61-
YUV168.65128.77181.75-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.85%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=44.85%
G=23.90%
B=31.25%

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
Decimal24413017000.470.300.04338.9583.8273.33
HexF482AA02F1E41535449
Octal364202252057364523124111
Binary11110100100000101010101001011111111010010101001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F482AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F482AA; }

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

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

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

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

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

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

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

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