#F485AE

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

Shades of Tickle Me Pink #F485AE

Tints of Tickle Me Pink #F485AE

Color information

#F485AE (or 0xF485AE) is unknown color: approx Tickle Me Pink. HEX triplet: F4, 85 and AE. RGB value is (244,133,174). Sum of RGB (Red+Green+Blue) = 244+133+174=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F485AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F485AE is #0B7A51. Grayscale: #AAAAAA. Windows color (decimal): -752210 or 11437556. OLE color: 11437556.

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

Color convert

RGB244133174-
CMYK00.450.290.04
HSL337.84º83.46%73.92%-
HSV(B)337.84º45.49%95.69%-
XYZ53.3439.0644.77-
YUV170.86129.77180.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.28%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=44.28%
G=24.14%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413317400.450.290.04337.8483.4673.92
HexF485AE02D1D4152534a
Octal364205256055354522123112
Binary11110100100001011010111001011011110110010101001010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F485AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F485AE; }

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

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

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

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

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

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

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

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