#F19E90

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

Shades of Tonys Pink #F19E90

Tints of Tonys Pink #F19E90

Color information

#F19E90 (or 0xF19E90) is unknown color: approx Tonys Pink. HEX triplet: F1, 9E and 90. RGB value is (241,158,144). Sum of RGB (Red+Green+Blue) = 241+158+144=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19E90 is #0E616F. Grayscale: #B5B5B5. Windows color (decimal): -942448 or 9477873. OLE color: 9477873.

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

Color convert

RGB241158144-
CMYK00.340.400.05
HSL8.66º77.6%75.49%-
HSV(B)8.66º40.25%94.51%-
XYZ53.5445.1732.28-
YUV181.22107170.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.38%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 144 (56.64% from 255) = 26.52%
R=44.38%
G=29.10%
B=26.52%

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
Decimal24115814400.340.400.058.6677.675.49
HexF19E9002228594e4b
Octal36123622004250511116113
Binary1111000110011110100100000100010101000101100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19E90; }

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

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

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

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

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

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

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

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