#F4948B

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

Shades of Sweet Pink #F4948B

Tints of Sweet Pink #F4948B

Color information

#F4948B (or 0xF4948B) is unknown color: approx Sweet Pink. HEX triplet: F4, 94 and 8B. RGB value is (244,148,139). Sum of RGB (Red+Green+Blue) = 244+148+139=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F4948B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4948B is #0B6B74. Grayscale: #AFAFAF. Windows color (decimal): -748405 or 9147636. OLE color: 9147636.

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

Color convert

RGB244148139-
CMYK00.390.430.04
HSL5.14º82.68%75.1%-
HSV(B)5.14º43.03%95.69%-
XYZ52.5642.2829.82-
YUV175.68107.3176.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.95%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=45.95%
G=27.87%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414813900.390.430.045.1482.6875.1
HexF4948B0272B45534b
Octal3642242130475345123113
Binary111101001001010010001011010011110101110010110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4948B; }

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

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

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

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

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

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

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

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