Shades of Sweet Pink #F69593
Tints of Sweet Pink #F69593
RGB
CMYK
RGB Variations
Color information
#F69593 (or 0xF69593) is known color: Sweet Pink. HEX triplet: F6, 95 and 93. RGB value is (246,149,147). Sum of RGB (Red+Green+Blue) = 246+149+147=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F69593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69593 is #096A6C. Grayscale: #B1B1B1. Windows color (decimal): -617069 or 9672182. OLE color: 9672182.
HSL color Cylindrical-coordinate representation of color #F69593: hue angle of 1.21º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F69593 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 147 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.04 |
| HSL | 1.21º | 0.85% | 0.77% | - |
| HSV(B) | 1.21º | 0.4% | 0.96% | - |
| XYZ | 54.02 | 43.19 | 33.09 | - |
| YUV | 177.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 147 | 0 | 0.39 | 0.40 | 0.04 | 1.21 | 0.85 | 0.77 |
| Hex | F6 | 95 | 93 | 0 | 27 | 28 | 4 | 1 | 55 | 4D |
| Octal | 366 | 225 | 223 | 0 | 47 | 50 | 4 | 1 | 125 | 115 |
| Binary | 11110110 | 10010101 | 10010011 | 0 | 100111 | 101000 | 100 | 1 | 1010101 | 1001101 |
Color Harmonies of #F69593
Complementary color
Monochromatic Colors of #F69593
Black with #F69593
Text Example
Text Example
White with #F69593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69593; }
p { color: rgb(246,149,147); }
H1.HeaderClassName
{
color: #F69593;
}
.AnyTagClassName
{
color: #F69593;
}
</style>
background-color css
<style>
a { background-color: #F69593; }
a { background-color: rgb(246,149,147); }
div.DivClassName
{
background-color: #F69593;
}
.BgClassName
{
background-color: #F69593;
}
</style>
border-color css
<style>
span { border-color: #F69593; }
span { border-color: rgb(246,149,147); }
td.TdClassName
{
border-color: #F69593;
}
.TagClassName
{
border-color: #F69593;
}
</style>