#F275A1

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

Shades of Tickle Me Pink #F275A1

Tints of Tickle Me Pink #F275A1

Color information

#F275A1 (or 0xF275A1) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 75 and A1. RGB value is (242,117,161). Sum of RGB (Red+Green+Blue) = 242+117+161=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F275A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F275A1 is #0D8A5E. Grayscale: #9F9F9F. Windows color (decimal): -887391 or 10581490. OLE color: 10581490.

HSL color Cylindrical-coordinate representation of color #F275A1: hue angle of 338.88º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F275A1 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB242117161-
CMYK00.520.330.05
HSL338.88º82.78%70.39%-
HSV(B)338.88º51.65%94.9%-
XYZ49.4134.1737.71-
YUV159.39128.91186.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.54%
GREEN value IS 117 (46.09% from 255) = 22.5%
BLUE value IS 161 (63.28% from 255) = 30.96%
R=46.54%
G=22.5%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211716100.520.330.05338.8882.7870.39
HexF275A10342151535346
Octal362165241064415523123106
Binary11110010111010110100001011010010000110110101001110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F275A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F275A1; }

 p { color: rgb(242,117,161); }

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

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

 a { background-color: rgb(242,117,161); }

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

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

 span { border-color: rgb(242,117,161); }

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