#F885B2

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

Shades of Tickle Me Pink #F885B2

Tints of Tickle Me Pink #F885B2

Color information

#F885B2 (or 0xF885B2) is unknown color: approx Tickle Me Pink. HEX triplet: F8, 85 and B2. RGB value is (248,133,178). Sum of RGB (Red+Green+Blue) = 248+133+178=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F885B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F885B2 is #077A4D. Grayscale: #ACACAC. Windows color (decimal): -490062 or 11699704. OLE color: 11699704.

HSL color Cylindrical-coordinate representation of color #F885B2: hue angle of 336.52º 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 #F885B2 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB248133178-
CMYK00.460.280.03
HSL336.52º89.15%74.71%-
HSV(B)336.52º46.37%97.25%-
XYZ55.1339.9546.92-
YUV172.52131.1181.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.36%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 178 (69.92% from 255) = 31.84%
R=44.36%
G=23.79%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813317800.460.280.03336.5289.1574.71
HexF885B202E1C3151594b
Octal370205262056343521131113
Binary1111100010000101101100100101110111001110101000110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885B2; }

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

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

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

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

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

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

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

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