#F19B96

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

Shades of Sweet Pink #F19B96

Tints of Sweet Pink #F19B96

Color information

#F19B96 (or 0xF19B96) is unknown color: approx Sweet Pink. HEX triplet: F1, 9B and 96. RGB value is (241,155,150). Sum of RGB (Red+Green+Blue) = 241+155+150=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B96 is #0E6469. Grayscale: #B4B4B4. Windows color (decimal): -943210 or 9870321. OLE color: 9870321.

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

Color convert

RGB241155150-
CMYK00.360.380.05
HSL3.3º76.47%76.67%-
HSV(B)3.3º37.76%94.51%-
XYZ53.544.3534.59-
YUV180.14110.99171.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=44.14%
G=28.39%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115515000.360.380.053.376.4776.67
HexF19B9602426534c4d
Octal3612332260444653114115
Binary11110001100110111001011001001001001101011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B96; }

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

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

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

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

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

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

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

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