#F19F84

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

Shades of Tonys Pink #F19F84

Tints of Tonys Pink #F19F84

Color information

#F19F84 (or 0xF19F84) is unknown color: approx Tonys Pink. HEX triplet: F1, 9F and 84. RGB value is (241,159,132). Sum of RGB (Red+Green+Blue) = 241+159+132=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19F84 is #0E607B. Grayscale: #B4B4B4. Windows color (decimal): -942204 or 8691697. OLE color: 8691697.

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

Color convert

RGB241159132-
CMYK00.340.450.05
HSL14.86º79.56%73.14%-
HSV(B)14.86º45.23%94.51%-
XYZ52.8445.1627.76-
YUV180.44100.67171.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.30%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 132 (51.95% from 255) = 24.81%
R=45.30%
G=29.89%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115913200.340.450.0514.8679.5673.14
HexF19F840222D5f5049
Octal36123720404255517120111
Binary1111000110011111100001000100010101101101111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19F84; }

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

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

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

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

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

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

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

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