#F19A8B

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

Shades of Sweet Pink #F19A8B

Tints of Sweet Pink #F19A8B

Color information

#F19A8B (or 0xF19A8B) is unknown color: approx Sweet Pink. HEX triplet: F1, 9A and 8B. RGB value is (241,154,139). Sum of RGB (Red+Green+Blue) = 241+154+139=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A8B is #0E6574. Grayscale: #B2B2B2. Windows color (decimal): -943477 or 9149169. OLE color: 9149169.

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

Color convert

RGB241154139-
CMYK00.360.420.05
HSL8.82º78.46%74.51%-
HSV(B)8.82º42.32%94.51%-
XYZ52.4943.6830.09-
YUV178.3105.82172.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 139 (54.69% from 255) = 26.03%
R=45.13%
G=28.84%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115413900.360.420.058.8278.4674.51
HexF19A8B0242A594e4b
Octal36123221304452511116113
Binary1111000110011010100010110100100101010101100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19A8B; }

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

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

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

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

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

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

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

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