#FF74A0

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

Shades of Tickle Me Pink #FF74A0

Tints of Tickle Me Pink #FF74A0

Color information

#FF74A0 (or 0xFF74A0) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 74 and A0. RGB value is (255,116,160). Sum of RGB (Red+Green+Blue) = 255+116+160=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF74A0 is #008B5F. Grayscale: #A2A2A2. Windows color (decimal): -35680 or 10515711. OLE color: 10515711.

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

Color convert

RGB255116160-
CMYK00.550.370
HSL341.01º100%72.75%-
HSV(B)341.01º54.51%100%-
XYZ53.8336.2937.42-
YUV162.58126.55193.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 116 (45.70% from 255) = 21.85%
BLUE value IS 160 (62.89% from 255) = 30.13%
R=48.02%
G=21.85%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511616000.550.370341.0110072.75
HexFF74A00372501556449
Octal377164240067450525144111
Binary111111111110100101000000110111100101010101010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF74A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF74A0; }

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

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

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

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

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

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

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

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