#F49898

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

Shades of Sweet Pink #F49898

Tints of Sweet Pink #F49898

Color information

#F49898 (or 0xF49898) is unknown color: approx Sweet Pink. HEX triplet: F4, 98 and 98. RGB value is (244,152,152). Sum of RGB (Red+Green+Blue) = 244+152+152=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F49898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49898 is #0B6767. Grayscale: #B3B3B3. Windows color (decimal): -747368 or 10000628. OLE color: 10000628.

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

Color convert

RGB244152152-
CMYK00.380.380.04
HSL80.7%77.65%-
HSV(B)37.7%95.69%-
XYZ54.243.9635.33-
YUV179.51112.48174-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.53%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 152 (59.77% from 255) = 27.74%
R=44.53%
G=27.74%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415215200.380.380.04080.777.65
HexF498980262640514e
Octal3642302300464640121116
Binary1111010010011000100110000100110100110100010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49898; }

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

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

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

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

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

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

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

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