Shades of Sweet Pink #F69696
Tints of Sweet Pink #F69696
RGB
CMYK
RGB Variations
Color information
#F69696 (or 0xF69696) is known color: Sweet Pink. HEX triplet: F6, 96 and 96. RGB value is (246,150,150). Sum of RGB (Red+Green+Blue) = 246+150+150=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F69696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69696 is #096969. Grayscale: #B2B2B2. Windows color (decimal): -616810 or 9869046. OLE color: 9869046.
HSL color Cylindrical-coordinate representation of color #F69696: hue angle of 0º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F69696 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 150 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.04 |
| HSL | 0º | 0.84% | 0.78% | - |
| HSV(B) | 0º | 0.39% | 0.96% | - |
| XYZ | 54.42 | 43.61 | 34.4 | - |
| YUV | 178.7 | 111.8 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 150 | 0 | 0.39 | 0.39 | 0.04 | 0 | 0.84 | 0.78 |
| Hex | F6 | 96 | 96 | 0 | 27 | 27 | 4 | 0 | 54 | 4E |
| Octal | 366 | 226 | 226 | 0 | 47 | 47 | 4 | 0 | 124 | 116 |
| Binary | 11110110 | 10010110 | 10010110 | 0 | 100111 | 100111 | 100 | 0 | 1010100 | 1001110 |
Color Harmonies of #F69696
Complementary color
Monochromatic Colors of #F69696
Black with #F69696
Text Example
Text Example
White with #F69696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69696; }
p { color: rgb(246,150,150); }
H1.HeaderClassName
{
color: #F69696;
}
.AnyTagClassName
{
color: #F69696;
}
</style>
background-color css
<style>
a { background-color: #F69696; }
a { background-color: rgb(246,150,150); }
div.DivClassName
{
background-color: #F69696;
}
.BgClassName
{
background-color: #F69696;
}
</style>
border-color css
<style>
span { border-color: #F69696; }
span { border-color: rgb(246,150,150); }
td.TdClassName
{
border-color: #F69696;
}
.TagClassName
{
border-color: #F69696;
}
</style>