#F0958C

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

Shades of Sweet Pink #F0958C

Tints of Sweet Pink #F0958C

Color information

#F0958C (or 0xF0958C) is unknown color: approx Sweet Pink. HEX triplet: F0, 95 and 8C. RGB value is (240,149,140). Sum of RGB (Red+Green+Blue) = 240+149+140=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0958C is #0F6A73. Grayscale: #AFAFAF. Windows color (decimal): -1010292 or 9213424. OLE color: 9213424.

HSL color Cylindrical-coordinate representation of color #F0958C: hue angle of 5.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0958C is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240149140-
CMYK00.380.420.06
HSL5.4º76.92%74.51%-
HSV(B)5.4º41.67%94.12%-
XYZ51.4241.9130.19-
YUV175.18108.15174.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.37%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 140 (55.08% from 255) = 26.47%
R=45.37%
G=28.17%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014914000.380.420.065.476.9274.51
HexF0958C0262A654d4b
Octal3602252140465265115113
Binary111100001001010110001100010011010101011010110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0958C; }

 p { color: rgb(240,149,140); }

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

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

 a { background-color: rgb(240,149,140); }

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

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

 span { border-color: rgb(240,149,140); }

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