#F185AF

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

Shades of Tickle Me Pink #F185AF

Tints of Tickle Me Pink #F185AF

Color information

#F185AF (or 0xF185AF) is unknown color: approx Tickle Me Pink. HEX triplet: F1, 85 and AF. RGB value is (241,133,175). Sum of RGB (Red+Green+Blue) = 241+133+175=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F185AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F185AF is #0E7A50. Grayscale: #AAAAAA. Windows color (decimal): -948817 or 11503089. OLE color: 11503089.

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

Color convert

RGB241133175-
CMYK00.450.270.05
HSL336.67º79.41%73.33%-
HSV(B)336.67º44.81%94.51%-
XYZ52.438.5745.24-
YUV170.08130.78178.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=43.90%
G=24.23%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113317500.450.270.05336.6779.4173.33
HexF185AF02D1B51514f49
Octal361205257055335521117111
Binary11110001100001011010111101011011101110110101000110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F185AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F185AF; }

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

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

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

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

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

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

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

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