#FF83A0

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

Shades of Tickle Me Pink #FF83A0

Tints of Tickle Me Pink #FF83A0

Color information

#FF83A0 (or 0xFF83A0) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 83 and A0. RGB value is (255,131,160). Sum of RGB (Red+Green+Blue) = 255+131+160=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF83A0 is #007C5F. Grayscale: #ABABAB. Windows color (decimal): -31840 or 10519551. OLE color: 10519551.

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

Color convert

RGB255131160-
CMYK00.490.370
HSL345.97º100%75.69%-
HSV(B)345.97º48.63%100%-
XYZ55.740.0338.05-
YUV171.38121.58187.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 160 (62.89% from 255) = 29.30%
R=46.70%
G=23.99%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513116000.490.370345.9710075.69
HexFF83A003125015a644c
Octal377203240061450532144114
Binary1111111110000011101000000110001100101010101101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF83A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF83A0; }

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

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

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

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

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

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

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

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