#F19D9A

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

Shades of Sweet Pink #F19D9A

Tints of Sweet Pink #F19D9A

Color information

#F19D9A (or 0xF19D9A) is unknown color: approx Sweet Pink. HEX triplet: F1, 9D and 9A. RGB value is (241,157,154). Sum of RGB (Red+Green+Blue) = 241+157+154=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D9A is #0E6265. Grayscale: #B5B5B5. Windows color (decimal): -942694 or 10132977. OLE color: 10132977.

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

Color convert

RGB241157154-
CMYK00.350.360.05
HSL2.07º75.65%77.45%-
HSV(B)2.07º36.1%94.51%-
XYZ54.1745.1536.43-
YUV181.77112.33170.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 157 (61.72% from 255) = 28.44%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=43.66%
G=28.44%
B=27.90%

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
Decimal24115715400.350.360.052.0775.6577.45
HexF19D9A02324524c4d
Octal3612352320434452114115
Binary11110001100111011001101001000111001001011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19D9A; }

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

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

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

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

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

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

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

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