#F4958D

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

Shades of Sweet Pink #F4958D

Tints of Sweet Pink #F4958D

Color information

#F4958D (or 0xF4958D) is unknown color: approx Sweet Pink. HEX triplet: F4, 95 and 8D. RGB value is (244,149,141). Sum of RGB (Red+Green+Blue) = 244+149+141=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F4958D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4958D is #0B6A72. Grayscale: #B0B0B0. Windows color (decimal): -748147 or 9278964. OLE color: 9278964.

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

Color convert

RGB244149141-
CMYK00.390.420.04
HSL4.66º82.4%75.49%-
HSV(B)4.66º42.21%95.69%-
XYZ52.8642.6530.65-
YUV176.49107.97176.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.69%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 141 (55.47% from 255) = 26.40%
R=45.69%
G=27.90%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414914100.390.420.044.6682.475.49
HexF4958D0272A45524b
Octal3642252150475245122113
Binary111101001001010110001101010011110101010010110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4958D; }

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

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

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

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

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

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

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

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