#F885AF

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

Shades of Tickle Me Pink #F885AF

Tints of Tickle Me Pink #F885AF

Color information

#F885AF (or 0xF885AF) is unknown color: approx Tickle Me Pink. HEX triplet: F8, 85 and AF. RGB value is (248,133,175). Sum of RGB (Red+Green+Blue) = 248+133+175=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F885AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F885AF is #077A50. Grayscale: #ACACAC. Windows color (decimal): -490065 or 11503096. OLE color: 11503096.

HSL color Cylindrical-coordinate representation of color #F885AF: hue angle of 338.09º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F885AF is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB248133175-
CMYK00.460.290.03
HSL338.09º89.15%74.71%-
HSV(B)338.09º46.37%97.25%-
XYZ54.8439.8345.35-
YUV172.17129.6182.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.60%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=44.60%
G=23.92%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813317500.460.290.03338.0989.1574.71
HexF885AF02E1D3152594b
Octal370205257056353522131113
Binary1111100010000101101011110101110111011110101001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885AF; }

 p { color: rgb(248,133,175); }

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

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

 a { background-color: rgb(248,133,175); }

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

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

 span { border-color: rgb(248,133,175); }

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