#f48e8e

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

Shades of Sweet Pink #F48E8E

Tints of Sweet Pink #F48E8E

Color information

#F48E8E (or 0xF48E8E) is unknown color: approx Sweet Pink. HEX triplet: F4, 8E and 8E. RGB value is (244,142,142). Sum of RGB (Red+Green+Blue) = 244+142+142=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48E8E is #0B7171. Grayscale: #ACACAC. Windows color (decimal): -749938 or 9342708. OLE color: 9342708.

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

Color convert

RGB244142142-
CMYK00.420.420.04
HSL82.26%75.69%-
HSV(B)41.8%95.69%-
XYZ51.8640.5330.68-
YUV172.5110.79179-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.21%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=46.21%
G=26.89%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414214200.420.420.04082.2675.69
HexF48E8E02A2A40524c
Octal3642162160525240122114
Binary1111010010001110100011100101010101010100010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f48e8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f48e8e; }

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

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

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

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

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

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

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

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