#F48E85

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

Shades of Sweet Pink #F48E85

Tints of Sweet Pink #F48E85

Color information

#F48E85 (or 0xF48E85) is unknown color: approx Sweet Pink. HEX triplet: F4, 8E and 85. RGB value is (244,142,133). Sum of RGB (Red+Green+Blue) = 244+142+133=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48E85 is #0B717A. Grayscale: #ABABAB. Windows color (decimal): -749947 or 8752884. OLE color: 8752884.

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

Color convert

RGB244142133-
CMYK00.420.450.04
HSL4.86º83.46%73.92%-
HSV(B)4.86º45.49%95.69%-
XYZ51.2140.2727.26-
YUV171.47106.29179.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.01%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=47.01%
G=27.36%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414213300.420.450.044.8683.4673.92
HexF48E8502A2D45534a
Octal3642162050525545123112
Binary111101001000111010000101010101010110110010110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48E85; }

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

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

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

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

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

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

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

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