#F19B9B

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

Shades of Sweet Pink #F19B9B

Tints of Sweet Pink #F19B9B

Color information

#F19B9B (or 0xF19B9B) is unknown color: approx Sweet Pink. HEX triplet: F1, 9B and 9B. RGB value is (241,155,155). Sum of RGB (Red+Green+Blue) = 241+155+155=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B9B is #0E6464. Grayscale: #B4B4B4. Windows color (decimal): -943205 or 10198001. OLE color: 10198001.

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

Color convert

RGB241155155-
CMYK00.360.360.05
HSL75.44%77.65%-
HSV(B)35.68%94.51%-
XYZ53.9144.5136.76-
YUV180.71113.49171-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 155 (60.94% from 255) = 28.13%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=43.74%
G=28.13%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115515500.360.360.05075.4477.65
HexF19B9B02424504b4e
Octal3612332330444450113116
Binary1111000110011011100110110100100100100101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B9B; }

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

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

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

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

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

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

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

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