#F4958B

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

Shades of Sweet Pink #F4958B

Tints of Sweet Pink #F4958B

Color information

#F4958B (or 0xF4958B) is unknown color: approx Sweet Pink. HEX triplet: F4, 95 and 8B. RGB value is (244,149,139). Sum of RGB (Red+Green+Blue) = 244+149+139=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F4958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4958B is #0B6A74. Grayscale: #B0B0B0. Windows color (decimal): -748149 or 9147892. OLE color: 9147892.

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

Color convert

RGB244149139-
CMYK00.390.430.04
HSL5.71º82.68%75.1%-
HSV(B)5.71º43.03%95.69%-
XYZ52.7242.5929.87-
YUV176.26106.97176.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.86%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 139 (54.69% from 255) = 26.13%
R=45.86%
G=28.01%
B=26.13%

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
Decimal24414913900.390.430.045.7182.6875.1
HexF4958B0272B46534b
Octal3642252130475346123113
Binary111101001001010110001011010011110101110011010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4958B; }

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

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

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

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

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

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

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

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