#F19F9A

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

Shades of Sweet Pink #F19F9A

Tints of Sweet Pink #F19F9A

Color information

#F19F9A (or 0xF19F9A) is unknown color: approx Sweet Pink. HEX triplet: F1, 9F and 9A. RGB value is (241,159,154). Sum of RGB (Red+Green+Blue) = 241+159+154=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19F9A is #0E6065. Grayscale: #B7B7B7. Windows color (decimal): -942182 or 10133489. OLE color: 10133489.

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

Color convert

RGB241159154-
CMYK00.340.360.05
HSL3.45º75.65%77.45%-
HSV(B)3.45º36.1%94.51%-
XYZ54.5145.8336.55-
YUV182.95111.67169.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=43.50%
G=28.70%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115915400.340.360.053.4575.6577.45
HexF19F9A02224534c4d
Octal3612372320424453114115
Binary11110001100111111001101001000101001001011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19F9A; }

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

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

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

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

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

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

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

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