#F19E8C

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

Shades of Tonys Pink #F19E8C

Tints of Tonys Pink #F19E8C

Color information

#F19E8C (or 0xF19E8C) is unknown color: approx Tonys Pink. HEX triplet: F1, 9E and 8C. RGB value is (241,158,140). Sum of RGB (Red+Green+Blue) = 241+158+140=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19E8C is #0E6173. Grayscale: #B4B4B4. Windows color (decimal): -942452 or 9215729. OLE color: 9215729.

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

Color convert

RGB241158140-
CMYK00.340.420.05
HSL10.69º78.29%74.71%-
HSV(B)10.69º41.91%94.51%-
XYZ53.2445.0530.7-
YUV180.76105170.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 140 (55.08% from 255) = 25.97%
R=44.71%
G=29.31%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115814000.340.420.0510.6978.2974.71
HexF19E8C0222A5b4e4b
Octal36123621404252513116113
Binary1111000110011110100011000100010101010101101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19E8C; }

 p { color: rgb(241,158,140); }

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

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

 a { background-color: rgb(241,158,140); }

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

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

 span { border-color: rgb(241,158,140); }

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