#F19B84

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

Shades of Tonys Pink #F19B84

Tints of Tonys Pink #F19B84

Color information

#F19B84 (or 0xF19B84) is unknown color: approx Tonys Pink. HEX triplet: F1, 9B and 84. RGB value is (241,155,132). Sum of RGB (Red+Green+Blue) = 241+155+132=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B84 is #0E647B. Grayscale: #B2B2B2. Windows color (decimal): -943228 or 8690673. OLE color: 8690673.

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

Color convert

RGB241155132-
CMYK00.360.450.05
HSL12.66º79.56%73.14%-
HSV(B)12.66º45.23%94.51%-
XYZ52.1643.8127.54-
YUV178.09101.99172.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.64%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 132 (51.95% from 255) = 25%
R=45.64%
G=29.36%
B=25%

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
Decimal24115513200.360.450.0512.6679.5673.14
HexF19B840242D5d5049
Octal36123320404455515120111
Binary1111000110011011100001000100100101101101110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B84; }

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

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

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

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

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

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

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

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