Shades of Sweet Pink #F69B94
Tints of Sweet Pink #F69B94
RGB
CMYK
RGB Variations
Color information
#F69B94 (or 0xF69B94) is known color: Sweet Pink. HEX triplet: F6, 9B and 94. RGB value is (246,155,148). Sum of RGB (Red+Green+Blue) = 246+155+148=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69B94 is #09646B. Grayscale: #B5B5B5. Windows color (decimal): -615532 or 9739254. OLE color: 9739254.
HSL color Cylindrical-coordinate representation of color #F69B94: hue angle of 4.29º degrees, saturation: 0.84, 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 #F69B94 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 148 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.04 |
| HSL | 4.29º | 0.84% | 0.77% | - |
| HSV(B) | 4.29º | 0.4% | 0.96% | - |
| XYZ | 55.07 | 45.17 | 33.83 | - |
| YUV | 181.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 148 | 0 | 0.37 | 0.40 | 0.04 | 4.29 | 0.84 | 0.77 |
| Hex | F6 | 9B | 94 | 0 | 25 | 28 | 4 | 4 | 54 | 4D |
| Octal | 366 | 233 | 224 | 0 | 45 | 50 | 4 | 4 | 124 | 115 |
| Binary | 11110110 | 10011011 | 10010100 | 0 | 100101 | 101000 | 100 | 100 | 1010100 | 1001101 |
Color Harmonies of #F69B94
Complementary color
Monochromatic Colors of #F69B94
Black with #F69B94
Text Example
Text Example
White with #F69B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69B94; }
p { color: rgb(246,155,148); }
H1.HeaderClassName
{
color: #F69B94;
}
.AnyTagClassName
{
color: #F69B94;
}
</style>
background-color css
<style>
a { background-color: #F69B94; }
a { background-color: rgb(246,155,148); }
div.DivClassName
{
background-color: #F69B94;
}
.BgClassName
{
background-color: #F69B94;
}
</style>
border-color css
<style>
span { border-color: #F69B94; }
span { border-color: rgb(246,155,148); }
td.TdClassName
{
border-color: #F69B94;
}
.TagClassName
{
border-color: #F69B94;
}
</style>