#F19B95

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

Shades of Sweet Pink #F19B95

Tints of Sweet Pink #F19B95

Color information

#F19B95 (or 0xF19B95) is unknown color: approx Sweet Pink. HEX triplet: F1, 9B and 95. RGB value is (241,155,149). Sum of RGB (Red+Green+Blue) = 241+155+149=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B95 is #0E646A. Grayscale: #B4B4B4. Windows color (decimal): -943211 or 9804785. OLE color: 9804785.

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

Color convert

RGB241155149-
CMYK00.360.380.05
HSL3.91º76.67%76.47%-
HSV(B)3.91º38.17%94.51%-
XYZ53.4244.3134.17-
YUV180.03110.49171.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 155 (60.94% from 255) = 28.44%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=44.22%
G=28.44%
B=27.34%

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
Decimal24115514900.360.380.053.9176.6776.47
HexF19B9502426544d4c
Octal3612332250444654115114
Binary111100011001101110010101010010010011010110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B95; }

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

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

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

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

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

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

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

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