#F8948F

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

Shades of Sweet Pink #F8948F

Tints of Sweet Pink #F8948F

Color information

#F8948F (or 0xF8948F) is unknown color: approx Sweet Pink. HEX triplet: F8, 94 and 8F. RGB value is (248,148,143). Sum of RGB (Red+Green+Blue) = 248+148+143=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8948F is #076B70. Grayscale: #B1B1B1. Windows color (decimal): -486257 or 9409784. OLE color: 9409784.

HSL color Cylindrical-coordinate representation of color #F8948F: hue angle of 2.86º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8948F is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB248148143-
CMYK00.400.420.03
HSL2.86º88.24%76.67%-
HSV(B)2.86º42.34%97.25%-
XYZ54.2643.1231.45-
YUV177.33108.63178.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.01%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 143 (56.25% from 255) = 26.53%
R=46.01%
G=27.46%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814814300.400.420.032.8688.2476.67
HexF8948F0282A33584d
Octal3702242170505233130115
Binary1111100010010100100011110101000101010111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8948F; }

 p { color: rgb(248,148,143); }

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

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

 a { background-color: rgb(248,148,143); }

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

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

 span { border-color: rgb(248,148,143); }

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