#F19985

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

Shades of Tonys Pink #F19985

Tints of Tonys Pink #F19985

Color information

#F19985 (or 0xF19985) is unknown color: approx Tonys Pink. HEX triplet: F1, 99 and 85. RGB value is (241,153,133). Sum of RGB (Red+Green+Blue) = 241+153+133=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F19985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19985 is #0E667A. Grayscale: #B1B1B1. Windows color (decimal): -943739 or 8755697. OLE color: 8755697.

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

Color convert

RGB241153133-
CMYK00.370.450.05
HSL11.11º79.41%73.33%-
HSV(B)11.11º44.81%94.51%-
XYZ51.943.1827.79-
YUV177.03103.15173.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.73%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=45.73%
G=29.03%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115313300.370.450.0511.1179.4173.33
HexF199850252D5b4f49
Octal36123120504555513117111
Binary1111000110011001100001010100101101101101101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19985; }

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

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

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

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

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

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

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

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