#F19988

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

Shades of Tonys Pink #F19988

Tints of Tonys Pink #F19988

Color information

#F19988 (or 0xF19988) is unknown color: approx Tonys Pink. HEX triplet: F1, 99 and 88. RGB value is (241,153,136). Sum of RGB (Red+Green+Blue) = 241+153+136=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F19988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19988 is #0E6677. Grayscale: #B1B1B1. Windows color (decimal): -943736 or 8952305. OLE color: 8952305.

HSL color Cylindrical-coordinate representation of color #F19988: hue angle of 9.71º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F19988 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241153136-
CMYK00.370.440.05
HSL9.71º78.95%73.92%-
HSV(B)9.71º43.57%94.51%-
XYZ52.1143.2628.9-
YUV177.37104.65173.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 136 (53.52% from 255) = 25.66%
R=45.47%
G=28.87%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115313600.370.440.059.7178.9573.92
HexF199880252C5a4f4a
Octal36123121004554512117112
Binary1111000110011001100010000100101101100101101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19988; }

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

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

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

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

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

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

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

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