#F275A2

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

Shades of Tickle Me Pink #F275A2

Tints of Tickle Me Pink #F275A2

Color information

#F275A2 (or 0xF275A2) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 75 and A2. RGB value is (242,117,162). Sum of RGB (Red+Green+Blue) = 242+117+162=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F275A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F275A2 is #0D8A5D. Grayscale: #9F9F9F. Windows color (decimal): -887390 or 10647026. OLE color: 10647026.

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

Color convert

RGB242117162-
CMYK00.520.330.05
HSL338.4º82.78%70.39%-
HSV(B)338.4º51.65%94.9%-
XYZ49.534.2138.18-
YUV159.5129.41186.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 162 (63.67% from 255) = 31.09%
R=46.45%
G=22.46%
B=31.09%

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
Decimal24211716200.520.330.05338.482.7870.39
HexF275A20342151525346
Octal362165242064415522123106
Binary11110010111010110100010011010010000110110101001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F275A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F275A2; }

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

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

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

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

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

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

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

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