#F19B82

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

Shades of Tonys Pink #F19B82

Tints of Tonys Pink #F19B82

Color information

#F19B82 (or 0xF19B82) is unknown color: approx Tonys Pink. HEX triplet: F1, 9B and 82. RGB value is (241,155,130). Sum of RGB (Red+Green+Blue) = 241+155+130=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B82 is #0E647D. Grayscale: #B2B2B2. Windows color (decimal): -943230 or 8559601. OLE color: 8559601.

HSL color Cylindrical-coordinate representation of color #F19B82: hue angle of 13.51º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F19B82 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241155130-
CMYK00.360.460.05
HSL13.51º79.86%72.75%-
HSV(B)13.51º46.06%94.51%-
XYZ52.0343.7626.82-
YUV177.86100.99173.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 130 (51.17% from 255) = 24.71%
R=45.82%
G=29.47%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115513000.360.460.0513.5179.8672.75
HexF19B820242E5e5049
Octal36123320204456516120111
Binary1111000110011011100000100100100101110101111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B82; }

 p { color: rgb(241,155,130); }

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

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

 a { background-color: rgb(241,155,130); }

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

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

 span { border-color: rgb(241,155,130); }

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