#F19C8B

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

Shades of Tonys Pink #F19C8B

Tints of Tonys Pink #F19C8B

Color information

#F19C8B (or 0xF19C8B) is unknown color: approx Tonys Pink. HEX triplet: F1, 9C and 8B. RGB value is (241,156,139). Sum of RGB (Red+Green+Blue) = 241+156+139=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C8B is #0E6374. Grayscale: #B3B3B3. Windows color (decimal): -942965 or 9149681. OLE color: 9149681.

HSL color Cylindrical-coordinate representation of color #F19C8B: hue angle of 10º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F19C8B is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB241156139-
CMYK00.350.420.05
HSL10º78.46%74.51%-
HSV(B)10º42.32%94.51%-
XYZ52.8244.3430.2-
YUV179.48105.16171.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.96%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 139 (54.69% from 255) = 25.93%
R=44.96%
G=29.10%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115613900.350.420.051078.4674.51
HexF19C8B0232A5a4e4b
Octal36123421304352512116113
Binary1111000110011100100010110100011101010101101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19C8B; }

 p { color: rgb(241,156,139); }

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

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

 a { background-color: rgb(241,156,139); }

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

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

 span { border-color: rgb(241,156,139); }

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