#F385A4

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

Shades of Tickle Me Pink #F385A4

Tints of Tickle Me Pink #F385A4

Color information

#F385A4 (or 0xF385A4) is unknown color: approx Tickle Me Pink. HEX triplet: F3, 85 and A4. RGB value is (243,133,164). Sum of RGB (Red+Green+Blue) = 243+133+164=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F385A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F385A4 is #0C7A5B. Grayscale: #A9A9A9. Windows color (decimal): -817756 or 10782195. OLE color: 10782195.

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

Color convert

RGB243133164-
CMYK00.450.330.05
HSL343.09º82.09%73.73%-
HSV(B)343.09º45.27%95.29%-
XYZ52.0538.5139.81-
YUV169.42124.94180.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 164 (64.45% from 255) = 30.37%
R=45%
G=24.63%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313316400.450.330.05343.0982.0973.73
HexF385A402D215157524a
Octal363205244055415527122112
Binary111100111000010110100100010110110000110110101011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F385A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F385A4; }

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

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

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

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

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

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

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

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