#F274A3

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

Shades of Tickle Me Pink #F274A3

Tints of Tickle Me Pink #F274A3

Color information

#F274A3 (or 0xF274A3) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 74 and A3. RGB value is (242,116,163). Sum of RGB (Red+Green+Blue) = 242+116+163=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F274A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F274A3 is #0D8B5C. Grayscale: #9E9E9E. Windows color (decimal): -887645 or 10712306. OLE color: 10712306.

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

Color convert

RGB242116163-
CMYK00.520.330.05
HSL337.62º82.89%70.2%-
HSV(B)337.62º52.07%94.9%-
XYZ49.4734.0138.61-
YUV159.03130.24187.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 116 (45.70% from 255) = 22.26%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=46.45%
G=22.26%
B=31.29%

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
Decimal24211616300.520.330.05337.6282.8970.2
HexF274A30342151525346
Octal362164243064415522123106
Binary11110010111010010100011011010010000110110101001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274A3; }

 p { color: rgb(242,116,163); }

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

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

 a { background-color: rgb(242,116,163); }

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

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

 span { border-color: rgb(242,116,163); }

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