#FF6FA5

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

Shades of Tickle Me Pink #FF6FA5

Tints of Tickle Me Pink #FF6FA5

Color information

#FF6FA5 (or 0xFF6FA5) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 6F and A5. RGB value is (255,111,165). Sum of RGB (Red+Green+Blue) = 255+111+165=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6FA5 is #00905A. Grayscale: #A0A0A0. Windows color (decimal): -36955 or 10842111. OLE color: 10842111.

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

Color convert

RGB255111165-
CMYK00.560.350
HSL337.5º100%71.76%-
HSV(B)337.5º56.47%100%-
XYZ53.7235.3539.59-
YUV160.21130.71195.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 111 (43.75% from 255) = 20.90%
BLUE value IS 165 (64.84% from 255) = 31.07%
R=48.02%
G=20.90%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511116500.560.350337.510071.76
HexFF6FA50382301526448
Octal377157245070430522144110
Binary111111111101111101001010111000100011010101001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6FA5; }

 p { color: rgb(255,111,165); }

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

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

 a { background-color: rgb(255,111,165); }

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

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

 span { border-color: rgb(255,111,165); }

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