#F083A0

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

Shades of Tickle Me Pink #F083A0

Tints of Tickle Me Pink #F083A0

Color information

#F083A0 (or 0xF083A0) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 83 and A0. RGB value is (240,131,160). Sum of RGB (Red+Green+Blue) = 240+131+160=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F083A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F083A0 is #0F7C5F. Grayscale: #A6A6A6. Windows color (decimal): -1014880 or 10519536. OLE color: 10519536.

HSL color Cylindrical-coordinate representation of color #F083A0: hue angle of 344.04º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F083A0 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB240131160-
CMYK00.450.330.06
HSL344.04º78.42%72.75%-
HSV(B)344.04º45.42%94.12%-
XYZ50.437.337.8-
YUV166.9124.11180.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.20%
GREEN value IS 131 (51.56% from 255) = 24.67%
BLUE value IS 160 (62.89% from 255) = 30.13%
R=45.20%
G=24.67%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013116000.450.330.06344.0478.4272.75
HexF083A002D2161584e49
Octal360203240055416530116111
Binary111100001000001110100000010110110000111010101100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F083A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F083A0; }

 p { color: rgb(240,131,160); }

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

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

 a { background-color: rgb(240,131,160); }

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

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

 span { border-color: rgb(240,131,160); }

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