#F480AC

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

Shades of Tickle Me Pink #F480AC

Tints of Tickle Me Pink #F480AC

Color information

#F480AC (or 0xF480AC) is unknown color: approx Tickle Me Pink. HEX triplet: F4, 80 and AC. RGB value is (244,128,172). Sum of RGB (Red+Green+Blue) = 244+128+172=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F480AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F480AC is #0B7F53. Grayscale: #A7A7A7. Windows color (decimal): -753492 or 11305204. OLE color: 11305204.

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

Color convert

RGB244128172-
CMYK00.480.300.04
HSL337.24º84.06%72.94%-
HSV(B)337.24º47.54%95.69%-
XYZ52.4737.6543.53-
YUV167.7130.43182.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.85%
GREEN value IS 128 (50.39% from 255) = 23.53%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=44.85%
G=23.53%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412817200.480.300.04337.2484.0672.94
HexF480AC0301E41515449
Octal364200254060364521124111
Binary11110100100000001010110001100001111010010101000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F480AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F480AC; }

 p { color: rgb(244,128,172); }

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

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

 a { background-color: rgb(244,128,172); }

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

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

 span { border-color: rgb(244,128,172); }

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