#FF6CA1

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

Shades of Tickle Me Pink #FF6CA1

Tints of Tickle Me Pink #FF6CA1

Color information

#FF6CA1 (or 0xFF6CA1) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 6C and A1. RGB value is (255,108,161). Sum of RGB (Red+Green+Blue) = 255+108+161=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6CA1 is #00935E. Grayscale: #9D9D9D. Windows color (decimal): -37727 or 10579199. OLE color: 10579199.

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

Color convert

RGB255108161-
CMYK00.580.370
HSL338.37º100%71.18%-
HSV(B)338.37º57.65%100%-
XYZ53.0434.5637.59-
YUV158129.7197.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 108 (42.58% from 255) = 20.61%
BLUE value IS 161 (63.28% from 255) = 30.73%
R=48.66%
G=20.61%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510816100.580.370338.3710071.18
HexFF6CA103A2501526447
Octal377154241072450522144107
Binary111111111101100101000010111010100101010101001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6CA1; }

 p { color: rgb(255,108,161); }

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

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

 a { background-color: rgb(255,108,161); }

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

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

 span { border-color: rgb(255,108,161); }

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