#F19B9A

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

Shades of Sweet Pink #F19B9A

Tints of Sweet Pink #F19B9A

Color information

#F19B9A (or 0xF19B9A) is unknown color: approx Sweet Pink. HEX triplet: F1, 9B and 9A. RGB value is (241,155,154). Sum of RGB (Red+Green+Blue) = 241+155+154=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B9A is #0E6465. Grayscale: #B4B4B4. Windows color (decimal): -943206 or 10132465. OLE color: 10132465.

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

Color convert

RGB241155154-
CMYK00.360.360.05
HSL0.69º75.65%77.45%-
HSV(B)0.69º36.1%94.51%-
XYZ53.8344.4836.32-
YUV180.6112.99171.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 154 (60.55% from 255) = 28%
R=43.82%
G=28.18%
B=28%

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
Decimal24115515400.360.360.050.6975.6577.45
HexF19B9A02424514c4d
Octal3612332320444451114115
Binary1111000110011011100110100100100100100101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B9A; }

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

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

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

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

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

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

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

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