#F19F82

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

Shades of Tonys Pink #F19F82

Tints of Tonys Pink #F19F82

Color information

#F19F82 (or 0xF19F82) is unknown color: approx Tonys Pink. HEX triplet: F1, 9F and 82. RGB value is (241,159,130). Sum of RGB (Red+Green+Blue) = 241+159+130=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19F82 is #0E607D. Grayscale: #B4B4B4. Windows color (decimal): -942206 or 8560625. OLE color: 8560625.

HSL color Cylindrical-coordinate representation of color #F19F82: hue angle of 15.68º 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 #F19F82 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241159130-
CMYK00.340.460.05
HSL15.68º79.86%72.75%-
HSV(B)15.68º46.06%94.51%-
XYZ52.745.1127.05-
YUV180.2199.67171.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 130 (51.17% from 255) = 24.53%
R=45.47%
G=30%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115913000.340.460.0515.6879.8672.75
HexF19F820222E5105049
Octal36123720204256520120111
Binary11110001100111111000001001000101011101011000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19F82; }

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

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

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

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

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

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

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

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