#F27BAA

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

Shades of Tickle Me Pink #F27BAA

Tints of Tickle Me Pink #F27BAA

Color information

#F27BAA (or 0xF27BAA) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 7B and AA. RGB value is (242,123,170). Sum of RGB (Red+Green+Blue) = 242+123+170=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27BAA is #0D8455. Grayscale: #A3A3A3. Windows color (decimal): -885846 or 11172850. OLE color: 11172850.

HSL color Cylindrical-coordinate representation of color #F27BAA: hue angle of 336.3º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27BAA is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242123170-
CMYK00.490.300.05
HSL336.3º82.07%71.57%-
HSV(B)336.3º49.17%94.9%-
XYZ50.9635.9542.28-
YUV163.94131.42183.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.23%
GREEN value IS 123 (48.44% from 255) = 22.99%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=45.23%
G=22.99%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212317000.490.300.05336.382.0771.57
HexF27BAA0311E51505248
Octal362173252061365520122110
Binary1111001011110111010101001100011111010110101000010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27BAA; }

 p { color: rgb(242,123,170); }

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

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

 a { background-color: rgb(242,123,170); }

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

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

 span { border-color: rgb(242,123,170); }

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