#FF6CA0

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

Shades of Tickle Me Pink #FF6CA0

Tints of Tickle Me Pink #FF6CA0

Color information

#FF6CA0 (or 0xFF6CA0) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 6C and A0. RGB value is (255,108,160). Sum of RGB (Red+Green+Blue) = 255+108+160=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6CA0 is #00935F. Grayscale: #9D9D9D. Windows color (decimal): -37728 or 10513663. OLE color: 10513663.

HSL color Cylindrical-coordinate representation of color #FF6CA0: hue angle of 338.78º 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 #FF6CA0 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255108160-
CMYK00.580.370
HSL338.78º100%71.18%-
HSV(B)338.78º57.65%100%-
XYZ52.9534.5237.13-
YUV157.88129.2197.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.76%
GREEN value IS 108 (42.58% from 255) = 20.65%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=48.76%
G=20.65%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510816000.580.370338.7810071.18
HexFF6CA003A2501536447
Octal377154240072450523144107
Binary111111111101100101000000111010100101010101001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6CA0; }

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

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

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

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

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

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

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

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