#F19996

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

Shades of Sweet Pink #F19996

Tints of Sweet Pink #F19996

Color information

#F19996 (or 0xF19996) is unknown color: approx Sweet Pink. HEX triplet: F1, 99 and 96. RGB value is (241,153,150). Sum of RGB (Red+Green+Blue) = 241+153+150=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F19996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19996 is #0E6669. Grayscale: #B3B3B3. Windows color (decimal): -943722 or 9869809. OLE color: 9869809.

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

Color convert

RGB241153150-
CMYK00.370.380.05
HSL1.98º76.47%76.67%-
HSV(B)1.98º37.76%94.51%-
XYZ53.1743.6934.48-
YUV178.97111.65172.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.30%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=44.30%
G=28.12%
B=27.57%

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
Decimal24115315000.370.380.051.9876.4776.67
HexF1999602526524c4d
Octal3612312260454652114115
Binary11110001100110011001011001001011001101011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19996; }

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

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

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

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

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

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

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

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