#F885B1

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

Shades of Tickle Me Pink #F885B1

Tints of Tickle Me Pink #F885B1

Color information

#F885B1 (or 0xF885B1) is unknown color: approx Tickle Me Pink. HEX triplet: F8, 85 and B1. RGB value is (248,133,177). Sum of RGB (Red+Green+Blue) = 248+133+177=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F885B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F885B1 is #077A4E. Grayscale: #ACACAC. Windows color (decimal): -490063 or 11634168. OLE color: 11634168.

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

Color convert

RGB248133177-
CMYK00.460.290.03
HSL337.04º89.15%74.71%-
HSV(B)337.04º46.37%97.25%-
XYZ55.0339.9146.4-
YUV172.4130.6181.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.44%
GREEN value IS 133 (52.34% from 255) = 23.84%
BLUE value IS 177 (69.53% from 255) = 31.72%
R=44.44%
G=23.84%
B=31.72%

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
Decimal24813317700.460.290.03337.0489.1574.71
HexF885B102E1D3151594b
Octal370205261056353521131113
Binary1111100010000101101100010101110111011110101000110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885B1; }

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

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

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

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

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

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

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

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