#F19B8D

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

Shades of Sweet Pink #F19B8D

Tints of Sweet Pink #F19B8D

Color information

#F19B8D (or 0xF19B8D) is unknown color: approx Sweet Pink. HEX triplet: F1, 9B and 8D. RGB value is (241,155,141). Sum of RGB (Red+Green+Blue) = 241+155+141=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B8D is #0E6472. Grayscale: #B3B3B3. Windows color (decimal): -943219 or 9280497. OLE color: 9280497.

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

Color convert

RGB241155141-
CMYK00.360.410.05
HSL8.4º78.12%74.9%-
HSV(B)8.4º41.49%94.51%-
XYZ52.844.0730.92-
YUV179.12106.49172.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=44.88%
G=28.86%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115514100.360.410.058.478.1274.9
HexF19B8D02429584e4b
Octal36123321504451510116113
Binary1111000110011011100011010100100101001101100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B8D; }

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

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

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

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

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

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

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

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