Shades of Sweet Pink #F6958F
Tints of Sweet Pink #F6958F
RGB
CMYK
RGB Variations
Color information
#F6958F (or 0xF6958F) is known color: Sweet Pink. HEX triplet: F6, 95 and 8F. RGB value is (246,149,143). Sum of RGB (Red+Green+Blue) = 246+149+143=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F6958F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6958F is #096A70. Grayscale: #B1B1B1. Windows color (decimal): -617073 or 9410038. OLE color: 9410038.
HSL color Cylindrical-coordinate representation of color #F6958F: hue angle of 3.5º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6958F is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 143 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.04 |
| HSL | 3.5º | 0.85% | 0.76% | - |
| HSV(B) | 3.5º | 0.42% | 0.96% | - |
| XYZ | 53.71 | 43.07 | 31.47 | - |
| YUV | 177.32 | 108.64 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 143 | 0 | 0.39 | 0.42 | 0.04 | 3.5 | 0.85 | 0.76 |
| Hex | F6 | 95 | 8F | 0 | 27 | 2A | 4 | 3 | 55 | 4C |
| Octal | 366 | 225 | 217 | 0 | 47 | 52 | 4 | 3 | 125 | 114 |
| Binary | 11110110 | 10010101 | 10001111 | 0 | 100111 | 101010 | 100 | 11 | 1010101 | 1001100 |
Color Harmonies of #F6958F
Complementary color
Monochromatic Colors of #F6958F
Black with #F6958F
Text Example
Text Example
White with #F6958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6958F; }
p { color: rgb(246,149,143); }
H1.HeaderClassName
{
color: #F6958F;
}
.AnyTagClassName
{
color: #F6958F;
}
</style>
background-color css
<style>
a { background-color: #F6958F; }
a { background-color: rgb(246,149,143); }
div.DivClassName
{
background-color: #F6958F;
}
.BgClassName
{
background-color: #F6958F;
}
</style>
border-color css
<style>
span { border-color: #F6958F; }
span { border-color: rgb(246,149,143); }
td.TdClassName
{
border-color: #F6958F;
}
.TagClassName
{
border-color: #F6958F;
}
</style>