#F19895

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

Shades of Sweet Pink #F19895

Tints of Sweet Pink #F19895

Color information

#F19895 (or 0xF19895) is unknown color: approx Sweet Pink. HEX triplet: F1, 98 and 95. RGB value is (241,152,149). Sum of RGB (Red+Green+Blue) = 241+152+149=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F19895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19895 is #0E676A. Grayscale: #B2B2B2. Windows color (decimal): -943979 or 9804017. OLE color: 9804017.

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

Color convert

RGB241152149-
CMYK00.370.380.05
HSL1.96º76.67%76.47%-
HSV(B)1.96º38.17%94.51%-
XYZ52.9343.3334.01-
YUV178.27111.49172.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 149 (58.59% from 255) = 27.49%
R=44.46%
G=28.04%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115214900.370.380.051.9676.6776.47
HexF1989502526524d4c
Octal3612302250454652115114
Binary11110001100110001001010101001011001101011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19895; }

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

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

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

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

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

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

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

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