#F19C84

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

Shades of Tonys Pink #F19C84

Tints of Tonys Pink #F19C84

Color information

#F19C84 (or 0xF19C84) is unknown color: approx Tonys Pink. HEX triplet: F1, 9C and 84. RGB value is (241,156,132). Sum of RGB (Red+Green+Blue) = 241+156+132=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C84 is #0E637B. Grayscale: #B2B2B2. Windows color (decimal): -942972 or 8690929. OLE color: 8690929.

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

Color convert

RGB241156132-
CMYK00.350.450.05
HSL13.21º79.56%73.14%-
HSV(B)13.21º45.23%94.51%-
XYZ52.3344.1427.59-
YUV178.68101.66172.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 132 (51.95% from 255) = 24.95%
R=45.56%
G=29.49%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115613200.350.450.0513.2179.5673.14
HexF19C840232D5d5049
Octal36123420404355515120111
Binary1111000110011100100001000100011101101101110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19C84; }

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

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

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

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

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

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

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

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