#F49287

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

Shades of Sweet Pink #F49287

Tints of Sweet Pink #F49287

Color information

#F49287 (or 0xF49287) is unknown color: approx Sweet Pink. HEX triplet: F4, 92 and 87. RGB value is (244,146,135). Sum of RGB (Red+Green+Blue) = 244+146+135=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F49287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49287 is #0B6D78. Grayscale: #AEAEAE. Windows color (decimal): -748921 or 8884980. OLE color: 8884980.

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

Color convert

RGB244146135-
CMYK00.400.450.04
HSL6.06º83.21%74.31%-
HSV(B)6.06º44.67%95.69%-
XYZ51.9641.5428.2-
YUV174.05105.97177.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 135 (53.12% from 255) = 25.71%
R=46.48%
G=27.81%
B=25.71%

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
Decimal24414613500.400.450.046.0683.2174.31
HexF492870282D46534a
Octal3642222070505546123112
Binary111101001001001010000111010100010110110011010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49287; }

 p { color: rgb(244,146,135); }

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

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

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

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

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

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

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