#FF81B0

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

Shades of Tickle Me Pink #FF81B0

Tints of Tickle Me Pink #FF81B0

Color information

#FF81B0 (or 0xFF81B0) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 81 and B0. RGB value is (255,129,176). Sum of RGB (Red+Green+Blue) = 255+129+176=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF81B0 is #007E4F. Grayscale: #ABABAB. Windows color (decimal): -32336 or 11567615. OLE color: 11567615.

HSL color Cylindrical-coordinate representation of color #FF81B0: hue angle of 337.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF81B0 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255129176-
CMYK00.490.310
HSL337.62º100%75.29%-
HSV(B)337.62º49.41%100%-
XYZ56.9340.145.81-
YUV172.03130.24187.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 176 (69.14% from 255) = 31.43%
R=45.54%
G=23.04%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512917600.490.310337.6210075.29
HexFF81B00311F0152644b
Octal377201260061370522144113
Binary111111111000000110110000011000111111010101001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF81B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF81B0; }

 p { color: rgb(255,129,176); }

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

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

 a { background-color: rgb(255,129,176); }

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

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

 span { border-color: rgb(255,129,176); }

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