#F48F84

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

Shades of Sweet Pink #F48F84

Tints of Sweet Pink #F48F84

Color information

#F48F84 (or 0xF48F84) is unknown color: approx Sweet Pink. HEX triplet: F4, 8F and 84. RGB value is (244,143,132). Sum of RGB (Red+Green+Blue) = 244+143+132=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48F84 is #0B707B. Grayscale: #ACACAC. Windows color (decimal): -749692 or 8687604. OLE color: 8687604.

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

Color convert

RGB244143132-
CMYK00.410.460.04
HSL5.89º83.58%73.73%-
HSV(B)5.89º45.9%95.69%-
XYZ51.340.5426.95-
YUV171.94105.46179.39-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.01%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 132 (51.95% from 255) = 25.43%
R=47.01%
G=27.55%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414313200.410.460.045.8983.5873.73
HexF48F840292E46544a
Octal3642172040515646124112
Binary111101001000111110000100010100110111010011010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48F84; }

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

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

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

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

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

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

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

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