#F19D97

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

Shades of Sweet Pink #F19D97

Tints of Sweet Pink #F19D97

Color information

#F19D97 (or 0xF19D97) is unknown color: approx Sweet Pink. HEX triplet: F1, 9D and 97. RGB value is (241,157,151). Sum of RGB (Red+Green+Blue) = 241+157+151=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D97 is #0E6268. Grayscale: #B5B5B5. Windows color (decimal): -942697 or 9936369. OLE color: 9936369.

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

Color convert

RGB241157151-
CMYK00.350.370.05
HSL76.27%76.86%-
HSV(B)37.34%94.51%-
XYZ53.9245.0535.13-
YUV181.43110.83170.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 157 (61.72% from 255) = 28.60%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=43.90%
G=28.60%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115715100.350.370.05476.2776.86
HexF19D9702325544c4d
Octal3612352270434554114115
Binary111100011001110110010111010001110010110110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19D97; }

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

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

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

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

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

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

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

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