#F19F86

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

Shades of Tonys Pink #F19F86

Tints of Tonys Pink #F19F86

Color information

#F19F86 (or 0xF19F86) is unknown color: approx Tonys Pink. HEX triplet: F1, 9F and 86. RGB value is (241,159,134). Sum of RGB (Red+Green+Blue) = 241+159+134=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19F86 is #0E6079. Grayscale: #B4B4B4. Windows color (decimal): -942202 or 8822769. OLE color: 8822769.

HSL color Cylindrical-coordinate representation of color #F19F86: hue angle of 14.02º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F19F86 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241159134-
CMYK00.340.440.05
HSL14.02º79.26%73.53%-
HSV(B)14.02º44.4%94.51%-
XYZ52.9845.2228.49-
YUV180.67101.67171.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 134 (52.73% from 255) = 25.09%
R=45.13%
G=29.78%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115913400.340.440.0514.0279.2673.53
HexF19F860222C5e4f4a
Octal36123720604254516117112
Binary1111000110011111100001100100010101100101111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19F86; }

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

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

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

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

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

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

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

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