#F385B1

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

Shades of Tickle Me Pink #F385B1

Tints of Tickle Me Pink #F385B1

Color information

#F385B1 (or 0xF385B1) is unknown color: approx Tickle Me Pink. HEX triplet: F3, 85 and B1. RGB value is (243,133,177). Sum of RGB (Red+Green+Blue) = 243+133+177=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F385B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F385B1 is #0C7A4E. Grayscale: #AAAAAA. Windows color (decimal): -817743 or 11634163. OLE color: 11634163.

HSL color Cylindrical-coordinate representation of color #F385B1: hue angle of 336º degrees, saturation: 0.82, 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 #F385B1 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB243133177-
CMYK00.450.270.05
HSL336º82.09%73.73%-
HSV(B)336º45.27%95.29%-
XYZ53.293946.32-
YUV170.91131.44179.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.94%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=43.94%
G=24.05%
B=32.01%

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
Decimal24313317700.450.270.0533682.0973.73
HexF385B102D1B5150524a
Octal363205261055335520122112
Binary11110011100001011011000101011011101110110101000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F385B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F385B1; }

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

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

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

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

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

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

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

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