#FF6CA2

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

Shades of Tickle Me Pink #FF6CA2

Tints of Tickle Me Pink #FF6CA2

Color information

#FF6CA2 (or 0xFF6CA2) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 6C and A2. RGB value is (255,108,162). Sum of RGB (Red+Green+Blue) = 255+108+162=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6CA2 is #00935D. Grayscale: #9E9E9E. Windows color (decimal): -37726 or 10644735. OLE color: 10644735.

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

Color convert

RGB255108162-
CMYK00.580.360
HSL337.96º100%71.18%-
HSV(B)337.96º57.65%100%-
XYZ53.1234.5938.06-
YUV158.11130.2197.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 108 (42.58% from 255) = 20.57%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=48.57%
G=20.57%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510816200.580.360337.9610071.18
HexFF6CA203A2401526447
Octal377154242072440522144107
Binary111111111101100101000100111010100100010101001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6CA2; }

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

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

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

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

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

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

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

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