#F49998

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

Shades of Sweet Pink #F49998

Tints of Sweet Pink #F49998

Color information

#F49998 (or 0xF49998) is unknown color: approx Sweet Pink. HEX triplet: F4, 99 and 98. RGB value is (244,153,152). Sum of RGB (Red+Green+Blue) = 244+153+152=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F49998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49998 is #0B6667. Grayscale: #B4B4B4. Windows color (decimal): -747112 or 10000884. OLE color: 10000884.

HSL color Cylindrical-coordinate representation of color #F49998: hue angle of 0.65º 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 #F49998 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB244153152-
CMYK00.370.380.04
HSL0.65º80.7%77.65%-
HSV(B)0.65º37.7%95.69%-
XYZ54.3744.2835.39-
YUV180.1112.15173.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.44%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=44.44%
G=27.87%
B=27.69%

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
Decimal24415315200.370.380.040.6580.777.65
HexF499980252641514e
Octal3642312300454641121116
Binary1111010010011001100110000100101100110100110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49998; }

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

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

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

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

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

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

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

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