#F19E95

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

Shades of Sweet Pink #F19E95

Tints of Sweet Pink #F19E95

Color information

#F19E95 (or 0xF19E95) is unknown color: approx Sweet Pink. HEX triplet: F1, 9E and 95. RGB value is (241,158,149). Sum of RGB (Red+Green+Blue) = 241+158+149=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19E95 is #0E616A. Grayscale: #B5B5B5. Windows color (decimal): -942443 or 9805553. OLE color: 9805553.

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

Color convert

RGB241158149-
CMYK00.340.380.05
HSL5.87º76.67%76.47%-
HSV(B)5.87º38.17%94.51%-
XYZ53.9345.3234.34-
YUV181.79109.5170.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=43.98%
G=28.83%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115814900.340.380.055.8776.6776.47
HexF19E9502226564d4c
Octal3612362250424656115114
Binary111100011001111010010101010001010011010111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19E95; }

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

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

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

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

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

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

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

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