Shades of Brilliant Rose #FD679E
Tints of Brilliant Rose #FD679E
RGB
CMYK
RGB Variations
Color information
#FD679E (or 0xFD679E) is known color: Brilliant Rose. HEX triplet: FD, 67 and 9E. RGB value is (253,103,158). Sum of RGB (Red+Green+Blue) = 253+103+158=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD679E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD679E is #029861. Grayscale: #9A9A9A. Windows color (decimal): -170082 or 10381309. OLE color: 10381309.
HSL color Cylindrical-coordinate representation of color #FD679E: hue angle of 338º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD679E is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 158 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.01 |
| HSL | 338º | 0.97% | 0.7% | - |
| HSV(B) | 338º | 0.59% | 0.99% | - |
| XYZ | 51.53 | 33.05 | 36.01 | - |
| YUV | 154.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 158 | 0 | 0.59 | 0.38 | 0.01 | 338 | 0.97 | 0.7 |
| Hex | FD | 67 | 9E | 0 | 3B | 26 | 1 | 152 | 61 | 46 |
| Octal | 375 | 147 | 236 | 0 | 73 | 46 | 1 | 522 | 141 | 106 |
| Binary | 11111101 | 1100111 | 10011110 | 0 | 111011 | 100110 | 1 | 101010010 | 1100001 | 1000110 |
Color Harmonies of #FD679E
Complementary color
Monochromatic Colors of #FD679E
Black with #FD679E
Text Example
Text Example
White with #FD679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD679E; }
p { color: rgb(253,103,158); }
H1.HeaderClassName
{
color: #FD679E;
}
.AnyTagClassName
{
color: #FD679E;
}
</style>
background-color css
<style>
a { background-color: #FD679E; }
a { background-color: rgb(253,103,158); }
div.DivClassName
{
background-color: #FD679E;
}
.BgClassName
{
background-color: #FD679E;
}
</style>
border-color css
<style>
span { border-color: #FD679E; }
span { border-color: rgb(253,103,158); }
td.TdClassName
{
border-color: #FD679E;
}
.TagClassName
{
border-color: #FD679E;
}
</style>