#F19C9B

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

Shades of Sweet Pink #F19C9B

Tints of Sweet Pink #F19C9B

Color information

#F19C9B (or 0xF19C9B) is unknown color: approx Sweet Pink. HEX triplet: F1, 9C and 9B. RGB value is (241,156,155). Sum of RGB (Red+Green+Blue) = 241+156+155=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C9B is #0E6364. Grayscale: #B5B5B5. Windows color (decimal): -942949 or 10198257. OLE color: 10198257.

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

Color convert

RGB241156155-
CMYK00.350.360.05
HSL0.7º75.44%77.65%-
HSV(B)0.7º35.68%94.51%-
XYZ54.0844.8436.82-
YUV181.3113.16170.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 155 (60.94% from 255) = 28.08%
R=43.66%
G=28.26%
B=28.08%

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
Decimal24115615500.350.360.050.775.4477.65
HexF19C9B02324514b4e
Octal3612342330434451113116
Binary1111000110011100100110110100011100100101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19C9B; }

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

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

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

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

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

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

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

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