#F49085

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

Shades of Sweet Pink #F49085

Tints of Sweet Pink #F49085

Color information

#F49085 (or 0xF49085) is unknown color: approx Sweet Pink. HEX triplet: F4, 90 and 85. RGB value is (244,144,133). Sum of RGB (Red+Green+Blue) = 244+144+133=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F49085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49085 is #0B6F7A. Grayscale: #ACACAC. Windows color (decimal): -749435 or 8753396. OLE color: 8753396.

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

Color convert

RGB244144133-
CMYK00.410.450.04
HSL5.95º83.46%73.92%-
HSV(B)5.95º45.49%95.69%-
XYZ51.5240.8727.36-
YUV172.65105.63178.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.83%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=46.83%
G=27.64%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414413300.410.450.045.9583.4673.92
HexF490850292D46534a
Octal3642202050515546123112
Binary111101001001000010000101010100110110110011010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49085; }

 p { color: rgb(244,144,133); }

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

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

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

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

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

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

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