#F48F83

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

Shades of Sweet Pink #F48F83

Tints of Sweet Pink #F48F83

Color information

#F48F83 (or 0xF48F83) is unknown color: approx Sweet Pink. HEX triplet: F4, 8F and 83. RGB value is (244,143,131). Sum of RGB (Red+Green+Blue) = 244+143+131=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48F83 is #0B707C. Grayscale: #ABABAB. Windows color (decimal): -749693 or 8622068. OLE color: 8622068.

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

Color convert

RGB244143131-
CMYK00.410.460.04
HSL6.37º83.7%73.53%-
HSV(B)6.37º46.31%95.69%-
XYZ51.2340.5226.59-
YUV171.83104.96179.48-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.10%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 131 (51.56% from 255) = 25.29%
R=47.10%
G=27.61%
B=25.29%

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
Decimal24414313100.410.460.046.3783.773.53
HexF48F830292E46544a
Octal3642172030515646124112
Binary111101001000111110000011010100110111010011010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48F83; }

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

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

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

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

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

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

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

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