#F19A91

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

Shades of Sweet Pink #F19A91

Tints of Sweet Pink #F19A91

Color information

#F19A91 (or 0xF19A91) is unknown color: approx Sweet Pink. HEX triplet: F1, 9A and 91. RGB value is (241,154,145). Sum of RGB (Red+Green+Blue) = 241+154+145=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A91 is #0E656E. Grayscale: #B3B3B3. Windows color (decimal): -943471 or 9542385. OLE color: 9542385.

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

Color convert

RGB241154145-
CMYK00.360.400.05
HSL5.63º77.42%75.69%-
HSV(B)5.63º39.83%94.51%-
XYZ52.9443.8632.46-
YUV178.99108.82172.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.63%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 145 (57.03% from 255) = 26.85%
R=44.63%
G=28.52%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115414500.360.400.055.6377.4275.69
HexF19A9102428564d4c
Octal3612322210445056115114
Binary111100011001101010010001010010010100010111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19A91; }

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

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

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

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

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

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

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

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