#F19A96

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

Shades of Sweet Pink #F19A96

Tints of Sweet Pink #F19A96

Color information

#F19A96 (or 0xF19A96) is unknown color: approx Sweet Pink. HEX triplet: F1, 9A and 96. RGB value is (241,154,150). Sum of RGB (Red+Green+Blue) = 241+154+150=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A96 is #0E6569. Grayscale: #B3B3B3. Windows color (decimal): -943466 or 9870065. OLE color: 9870065.

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

Color convert

RGB241154150-
CMYK00.360.380.05
HSL2.64º76.47%76.67%-
HSV(B)2.64º37.76%94.51%-
XYZ53.3444.0134.54-
YUV179.56111.32171.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=44.22%
G=28.26%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115415000.360.380.052.6476.4776.67
HexF19A9602426534c4d
Octal3612322260444653114115
Binary11110001100110101001011001001001001101011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19A96; }

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

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

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

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

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

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

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

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