#F19C9A

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

Shades of Sweet Pink #F19C9A

Tints of Sweet Pink #F19C9A

Color information

#F19C9A (or 0xF19C9A) is unknown color: approx Sweet Pink. HEX triplet: F1, 9C and 9A. RGB value is (241,156,154). Sum of RGB (Red+Green+Blue) = 241+156+154=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C9A is #0E6365. Grayscale: #B5B5B5. Windows color (decimal): -942950 or 10132721. OLE color: 10132721.

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

Color convert

RGB241156154-
CMYK00.350.360.05
HSL1.38º75.65%77.45%-
HSV(B)1.38º36.1%94.51%-
XYZ5444.8136.38-
YUV181.19112.66170.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 154 (60.55% from 255) = 27.95%
R=43.74%
G=28.31%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115615400.350.360.051.3875.6577.45
HexF19C9A02324514c4d
Octal3612342320434451114115
Binary1111000110011100100110100100011100100101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19C9A; }

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

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

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

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

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

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

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

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