#F49A98

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

Shades of Sweet Pink #F49A98

Tints of Sweet Pink #F49A98

Color information

#F49A98 (or 0xF49A98) is unknown color: approx Sweet Pink. HEX triplet: F4, 9A and 98. RGB value is (244,154,152). Sum of RGB (Red+Green+Blue) = 244+154+152=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49A98 is #0B6567. Grayscale: #B4B4B4. Windows color (decimal): -746856 or 10001140. OLE color: 10001140.

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

Color convert

RGB244154152-
CMYK00.370.380.04
HSL1.3º80.7%77.65%-
HSV(B)1.3º37.7%95.69%-
XYZ54.5344.6135.44-
YUV180.68111.82173.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.36%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 152 (59.77% from 255) = 27.64%
R=44.36%
G=28%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415415200.370.380.041.380.777.65
HexF49A980252641514e
Octal3642322300454641121116
Binary1111010010011010100110000100101100110100110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49A98; }

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

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

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

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

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

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

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

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