#F19F91

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

Shades of Tonys Pink #F19F91

Tints of Tonys Pink #F19F91

Color information

#F19F91 (or 0xF19F91) is unknown color: approx Tonys Pink. HEX triplet: F1, 9F and 91. RGB value is (241,159,145). Sum of RGB (Red+Green+Blue) = 241+159+145=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19F91 is #0E606E. Grayscale: #B6B6B6. Windows color (decimal): -942191 or 9543665. OLE color: 9543665.

HSL color Cylindrical-coordinate representation of color #F19F91: hue angle of 8.75º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F19F91 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB241159145-
CMYK00.340.400.05
HSL8.75º77.42%75.69%-
HSV(B)8.75º39.83%94.51%-
XYZ53.7845.5432.74-
YUV181.92107.17170.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=44.22%
G=29.17%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115914500.340.400.058.7577.4275.69
HexF19F9102228594d4c
Octal36123722104250511115114
Binary1111000110011111100100010100010101000101100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19F91; }

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

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

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

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

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

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

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

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