#F280A4

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

Shades of Tickle Me Pink #F280A4

Tints of Tickle Me Pink #F280A4

Color information

#F280A4 (or 0xF280A4) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 80 and A4. RGB value is (242,128,164). Sum of RGB (Red+Green+Blue) = 242+128+164=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F280A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F280A4 is #0D7F5B. Grayscale: #A6A6A6. Windows color (decimal): -884572 or 10780914. OLE color: 10780914.

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

Color convert

RGB242128164-
CMYK00.470.320.05
HSL341.05º81.43%72.55%-
HSV(B)341.05º47.11%94.9%-
XYZ51.043739.57-
YUV166.19126.77182.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 164 (64.45% from 255) = 30.71%
R=45.32%
G=23.97%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212816400.470.320.05341.0581.4372.55
HexF280A402F2051555149
Octal362200244057405525121111
Binary111100101000000010100100010111110000010110101010110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F280A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F280A4; }

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

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

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

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

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

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

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

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