#F19D96

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

Shades of Sweet Pink #F19D96

Tints of Sweet Pink #F19D96

Color information

#F19D96 (or 0xF19D96) is unknown color: approx Sweet Pink. HEX triplet: F1, 9D and 96. RGB value is (241,157,150). Sum of RGB (Red+Green+Blue) = 241+157+150=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D96 is #0E6269. Grayscale: #B5B5B5. Windows color (decimal): -942698 or 9870833. OLE color: 9870833.

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

Color convert

RGB241157150-
CMYK00.350.380.05
HSL4.62º76.47%76.67%-
HSV(B)4.62º37.76%94.51%-
XYZ53.8445.0234.71-
YUV181.32110.33170.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 150 (58.98% from 255) = 27.37%
R=43.98%
G=28.65%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115715000.350.380.054.6276.4776.67
HexF19D9602326554c4d
Octal3612352260434655114115
Binary111100011001110110010110010001110011010110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19D96; }

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

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

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

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

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

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

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

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