#F19D91

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

Shades of Sweet Pink #F19D91

Tints of Sweet Pink #F19D91

Color information

#F19D91 (or 0xF19D91) is unknown color: approx Sweet Pink. HEX triplet: F1, 9D and 91. RGB value is (241,157,145). Sum of RGB (Red+Green+Blue) = 241+157+145=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D91 is #0E626E. Grayscale: #B4B4B4. Windows color (decimal): -942703 or 9543153. OLE color: 9543153.

HSL color Cylindrical-coordinate representation of color #F19D91: hue angle of 7.5º 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 #F19D91 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB241157145-
CMYK00.350.400.05
HSL7.5º77.42%75.69%-
HSV(B)7.5º39.83%94.51%-
XYZ53.4444.8632.63-
YUV180.75107.83170.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.38%
GREEN value IS 157 (61.72% from 255) = 28.91%
BLUE value IS 145 (57.03% from 255) = 26.70%
R=44.38%
G=28.91%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115714500.350.400.057.577.4275.69
HexF19D9102328584d4c
Octal36123522104350510115114
Binary1111000110011101100100010100011101000101100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19D91; }

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

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

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

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

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

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

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

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