#F49284

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

Shades of Sweet Pink #F49284

Tints of Sweet Pink #F49284

Color information

#F49284 (or 0xF49284) is unknown color: approx Sweet Pink. HEX triplet: F4, 92 and 84. RGB value is (244,146,132). Sum of RGB (Red+Green+Blue) = 244+146+132=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F49284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49284 is #0B6D7B. Grayscale: #ADADAD. Windows color (decimal): -748924 or 8688372. OLE color: 8688372.

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

Color convert

RGB244146132-
CMYK00.400.460.04
HSL7.5º83.58%73.73%-
HSV(B)7.5º45.9%95.69%-
XYZ51.7541.4627.1-
YUV173.71104.47178.14-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.74%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 132 (51.95% from 255) = 25.29%
R=46.74%
G=27.97%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414613200.400.460.047.583.5873.73
HexF492840282E48544a
Octal36422220405056410124112
Binary1111010010010010100001000101000101110100100010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49284; }

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

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

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

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

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

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

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

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