#F19B85

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

Shades of Tonys Pink #F19B85

Tints of Tonys Pink #F19B85

Color information

#F19B85 (or 0xF19B85) is unknown color: approx Tonys Pink. HEX triplet: F1, 9B and 85. RGB value is (241,155,133). Sum of RGB (Red+Green+Blue) = 241+155+133=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B85 is #0E647A. Grayscale: #B2B2B2. Windows color (decimal): -943227 or 8756209. OLE color: 8756209.

HSL color Cylindrical-coordinate representation of color #F19B85: hue angle of 12.22º degrees, saturation: 0.79, 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 #F19B85 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB241155133-
CMYK00.360.450.05
HSL12.22º79.41%73.33%-
HSV(B)12.22º44.81%94.51%-
XYZ52.2343.8427.9-
YUV178.21102.49172.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=45.56%
G=29.30%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115513300.360.450.0512.2279.4173.33
HexF19B850242D5c4f49
Octal36123320504455514117111
Binary1111000110011011100001010100100101101101110010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B85; }

 p { color: rgb(241,155,133); }

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

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

 a { background-color: rgb(241,155,133); }

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

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

 span { border-color: rgb(241,155,133); }

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