#F280A6

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

Shades of Tickle Me Pink #F280A6

Tints of Tickle Me Pink #F280A6

Color information

#F280A6 (or 0xF280A6) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 80 and A6. RGB value is (242,128,166). Sum of RGB (Red+Green+Blue) = 242+128+166=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F280A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F280A6 is #0D7F59. Grayscale: #A6A6A6. Windows color (decimal): -884570 or 10911986. OLE color: 10911986.

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

Color convert

RGB242128166-
CMYK00.470.310.05
HSL340º81.43%72.55%-
HSV(B)340º47.11%94.9%-
XYZ51.2237.0740.53-
YUV166.42127.77181.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.15%
GREEN value IS 128 (50.39% from 255) = 23.88%
BLUE value IS 166 (65.23% from 255) = 30.97%
R=45.15%
G=23.88%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212816600.470.310.0534081.4372.55
HexF280A602F1F51545149
Octal362200246057375524121111
Binary11110010100000001010011001011111111110110101010010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F280A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F280A6; }

 p { color: rgb(242,128,166); }

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

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

 a { background-color: rgb(242,128,166); }

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

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

 span { border-color: rgb(242,128,166); }

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