#F6958D

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

Shades of Sweet Pink #F6958D

Tints of Sweet Pink #F6958D

Color information

#F6958D (or 0xF6958D) is unknown color: approx Sweet Pink. HEX triplet: F6, 95 and 8D. RGB value is (246,149,141). Sum of RGB (Red+Green+Blue) = 246+149+141=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6958D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6958D is #096A72. Grayscale: #B1B1B1. Windows color (decimal): -617075 or 9278966. OLE color: 9278966.

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

Color convert

RGB246149141-
CMYK00.390.430.04
HSL4.57º85.37%75.88%-
HSV(B)4.57º42.68%96.47%-
XYZ53.5643.0130.68-
YUV177.09107.64177.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.90%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 141 (55.47% from 255) = 26.31%
R=45.90%
G=27.80%
B=26.31%

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
Decimal24614914100.390.430.044.5785.3775.88
HexF6958D0272B45554c
Octal3662252150475345125114
Binary111101101001010110001101010011110101110010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6958D; }

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

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

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

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

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

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

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

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