#F19886

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

Shades of Tonys Pink #F19886

Tints of Tonys Pink #F19886

Color information

#F19886 (or 0xF19886) is unknown color: approx Tonys Pink. HEX triplet: F1, 98 and 86. RGB value is (241,152,134). Sum of RGB (Red+Green+Blue) = 241+152+134=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F19886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19886 is #0E6779. Grayscale: #B0B0B0. Windows color (decimal): -943994 or 8820977. OLE color: 8820977.

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

Color convert

RGB241152134-
CMYK00.370.440.05
HSL10.09º79.26%73.53%-
HSV(B)10.09º44.4%94.51%-
XYZ51.8142.8828.1-
YUV176.56103.99173.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.73%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 134 (52.73% from 255) = 25.43%
R=45.73%
G=28.84%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115213400.370.440.0510.0979.2673.53
HexF198860252C5a4f4a
Octal36123020604554512117112
Binary1111000110011000100001100100101101100101101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19886; }

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

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

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

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

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

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

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

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