#F285AA

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

Shades of Tickle Me Pink #F285AA

Tints of Tickle Me Pink #F285AA

Color information

#F285AA (or 0xF285AA) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 85 and AA. RGB value is (242,133,170). Sum of RGB (Red+Green+Blue) = 242+133+170=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F285AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F285AA is #0D7A55. Grayscale: #A9A9A9. Windows color (decimal): -883286 or 11175410. OLE color: 11175410.

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

Color convert

RGB242133170-
CMYK00.450.300.05
HSL339.63º80.74%73.53%-
HSV(B)339.63º45.04%94.9%-
XYZ52.2638.5542.72-
YUV169.81128.11179.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=44.40%
G=24.40%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213317000.450.300.05339.6380.7473.53
HexF285AA02D1E5154514a
Octal362205252055365524121112
Binary11110010100001011010101001011011111010110101010010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285AA; }

 p { color: rgb(242,133,170); }

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

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

 a { background-color: rgb(242,133,170); }

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

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

 span { border-color: rgb(242,133,170); }

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