#F49A9A

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

Shades of Sweet Pink #F49A9A

Tints of Sweet Pink #F49A9A

Color information

#F49A9A (or 0xF49A9A) is unknown color: approx Sweet Pink. HEX triplet: F4, 9A and 9A. RGB value is (244,154,154). Sum of RGB (Red+Green+Blue) = 244+154+154=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49A9A is #0B6565. Grayscale: #B5B5B5. Windows color (decimal): -746854 or 10132212. OLE color: 10132212.

HSL color Cylindrical-coordinate representation of color #F49A9A: hue angle of 0º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49A9A is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB244154154-
CMYK00.370.370.04
HSL80.36%78.04%-
HSV(B)36.89%95.69%-
XYZ54.744.6836.31-
YUV180.91112.82173-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.20%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=44.20%
G=27.90%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415415400.370.370.04080.3678.04
HexF49A9A0252540504e
Octal3642322320454540120116
Binary1111010010011010100110100100101100101100010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49A9A; }

 p { color: rgb(244,154,154); }

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

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

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

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

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

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

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