Shades of Brilliant Rose #F7669D
Tints of Brilliant Rose #F7669D
RGB
CMYK
RGB Variations
Color information
#F7669D (or 0xF7669D) is known color: Brilliant Rose. HEX triplet: F7, 66 and 9D. RGB value is (247,102,157). Sum of RGB (Red+Green+Blue) = 247+102+157=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7669D is #089962. Grayscale: #979797. Windows color (decimal): -563555 or 10315511. OLE color: 10315511.
HSL color Cylindrical-coordinate representation of color #F7669D: hue angle of 337.24º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7669D is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 157 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.03 |
| HSL | 337.24º | 0.9% | 0.68% | - |
| HSV(B) | 337.24º | 0.59% | 0.97% | - |
| XYZ | 49.19 | 31.71 | 35.43 | - |
| YUV | 151.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 157 | 0 | 0.59 | 0.36 | 0.03 | 337.24 | 0.9 | 0.68 |
| Hex | F7 | 66 | 9D | 0 | 3B | 24 | 3 | 151 | 5A | 44 |
| Octal | 367 | 146 | 235 | 0 | 73 | 44 | 3 | 521 | 132 | 104 |
| Binary | 11110111 | 1100110 | 10011101 | 0 | 111011 | 100100 | 11 | 101010001 | 1011010 | 1000100 |
Color Harmonies of #F7669D
Complementary color
Monochromatic Colors of #F7669D
Black with #F7669D
Text Example
Text Example
White with #F7669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7669D; }
p { color: rgb(247,102,157); }
H1.HeaderClassName
{
color: #F7669D;
}
.AnyTagClassName
{
color: #F7669D;
}
</style>
background-color css
<style>
a { background-color: #F7669D; }
a { background-color: rgb(247,102,157); }
div.DivClassName
{
background-color: #F7669D;
}
.BgClassName
{
background-color: #F7669D;
}
</style>
border-color css
<style>
span { border-color: #F7669D; }
span { border-color: rgb(247,102,157); }
td.TdClassName
{
border-color: #F7669D;
}
.TagClassName
{
border-color: #F7669D;
}
</style>