#F49385

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

Shades of Sweet Pink #F49385

Tints of Sweet Pink #F49385

Color information

#F49385 (or 0xF49385) is unknown color: approx Sweet Pink. HEX triplet: F4, 93 and 85. RGB value is (244,147,133). Sum of RGB (Red+Green+Blue) = 244+147+133=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F49385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49385 is #0B6C7A. Grayscale: #AEAEAE. Windows color (decimal): -748667 or 8754164. OLE color: 8754164.

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

Color convert

RGB244147133-
CMYK00.400.450.04
HSL7.57º83.46%73.92%-
HSV(B)7.57º45.49%95.69%-
XYZ51.9841.7927.52-
YUV174.41104.64177.64-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.56%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=46.56%
G=28.05%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414713300.400.450.047.5783.4673.92
HexF493850282D48534a
Octal36422320505055410123112
Binary1111010010010011100001010101000101101100100010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49385; }

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

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

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

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

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

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

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

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