#F280A7

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

Shades of Tickle Me Pink #F280A7

Tints of Tickle Me Pink #F280A7

Color information

#F280A7 (or 0xF280A7) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 80 and A7. RGB value is (242,128,167). Sum of RGB (Red+Green+Blue) = 242+128+167=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F280A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F280A7 is #0D7F58. Grayscale: #A6A6A6. Windows color (decimal): -884569 or 10977522. OLE color: 10977522.

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

Color convert

RGB242128167-
CMYK00.470.310.05
HSL339.47º81.43%72.55%-
HSV(B)339.47º47.11%94.9%-
XYZ51.3137.1141.02-
YUV166.53128.27181.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.07%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=45.07%
G=23.84%
B=31.10%

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
Decimal24212816700.470.310.05339.4781.4372.55
HexF280A702F1F51535149
Octal362200247057375523121111
Binary11110010100000001010011101011111111110110101001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F280A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F280A7; }

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

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

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

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

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

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

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

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