#F4948F

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

Shades of Sweet Pink #F4948F

Tints of Sweet Pink #F4948F

Color information

#F4948F (or 0xF4948F) is unknown color: approx Sweet Pink. HEX triplet: F4, 94 and 8F. RGB value is (244,148,143). Sum of RGB (Red+Green+Blue) = 244+148+143=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F4948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4948F is #0B6B70. Grayscale: #B0B0B0. Windows color (decimal): -748401 or 9409780. OLE color: 9409780.

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

Color convert

RGB244148143-
CMYK00.390.410.04
HSL2.97º82.11%75.88%-
HSV(B)2.97º41.39%95.69%-
XYZ52.8642.431.38-
YUV176.13109.3176.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.61%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=45.61%
G=27.66%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414814300.390.410.042.9782.1175.88
HexF4948F0272943524c
Octal3642242170475143122114
Binary11110100100101001000111101001111010011001110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4948F; }

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

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

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

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

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

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

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

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