#F485AC

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

Shades of Tickle Me Pink #F485AC

Tints of Tickle Me Pink #F485AC

Color information

#F485AC (or 0xF485AC) is unknown color: approx Tickle Me Pink. HEX triplet: F4, 85 and AC. RGB value is (244,133,172). Sum of RGB (Red+Green+Blue) = 244+133+172=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F485AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F485AC is #0B7A53. Grayscale: #AAAAAA. Windows color (decimal): -752212 or 11306484. OLE color: 11306484.

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

Color convert

RGB244133172-
CMYK00.450.300.04
HSL338.92º83.46%73.92%-
HSV(B)338.92º45.49%95.69%-
XYZ53.1438.9943.75-
YUV170.64128.77180.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.44%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=44.44%
G=24.23%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413317200.450.300.04338.9283.4673.92
HexF485AC02D1E4153534a
Octal364205254055364523123112
Binary11110100100001011010110001011011111010010101001110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F485AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F485AC; }

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

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

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

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

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

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

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

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