Shades of Brilliant Rose #FD679D
Tints of Brilliant Rose #FD679D
RGB
CMYK
RGB Variations
Color information
#FD679D (or 0xFD679D) is known color: Brilliant Rose. HEX triplet: FD, 67 and 9D. RGB value is (253,103,157). Sum of RGB (Red+Green+Blue) = 253+103+157=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD679D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD679D is #029862. Grayscale: #999999. Windows color (decimal): -170083 or 10315773. OLE color: 10315773.
HSL color Cylindrical-coordinate representation of color #FD679D: hue angle of 338.4º 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 #FD679D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 157 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.01 |
| HSL | 338.4º | 0.97% | 0.7% | - |
| HSV(B) | 338.4º | 0.59% | 0.99% | - |
| XYZ | 51.44 | 33.02 | 35.56 | - |
| YUV | 154.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 157 | 0 | 0.59 | 0.38 | 0.01 | 338.4 | 0.97 | 0.7 |
| Hex | FD | 67 | 9D | 0 | 3B | 26 | 1 | 152 | 61 | 46 |
| Octal | 375 | 147 | 235 | 0 | 73 | 46 | 1 | 522 | 141 | 106 |
| Binary | 11111101 | 1100111 | 10011101 | 0 | 111011 | 100110 | 1 | 101010010 | 1100001 | 1000110 |
Color Harmonies of #FD679D
Complementary color
Monochromatic Colors of #FD679D
Black with #FD679D
Text Example
Text Example
White with #FD679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD679D; }
p { color: rgb(253,103,157); }
H1.HeaderClassName
{
color: #FD679D;
}
.AnyTagClassName
{
color: #FD679D;
}
</style>
background-color css
<style>
a { background-color: #FD679D; }
a { background-color: rgb(253,103,157); }
div.DivClassName
{
background-color: #FD679D;
}
.BgClassName
{
background-color: #FD679D;
}
</style>
border-color css
<style>
span { border-color: #FD679D; }
span { border-color: rgb(253,103,157); }
td.TdClassName
{
border-color: #FD679D;
}
.TagClassName
{
border-color: #FD679D;
}
</style>