Shades of Brilliant Rose #FD619A
Tints of Brilliant Rose #FD619A
RGB
CMYK
RGB Variations
Color information
#FD619A (or 0xFD619A) is known color: Brilliant Rose. HEX triplet: FD, 61 and 9A. RGB value is (253,97,154). Sum of RGB (Red+Green+Blue) = 253+97+154=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD619A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD619A is #029E65. Grayscale: #969696. Windows color (decimal): -171622 or 10117629. OLE color: 10117629.
HSL color Cylindrical-coordinate representation of color #FD619A: hue angle of 338.08º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD619A is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 97 | 154 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.01 |
| HSL | 338.08º | 0.98% | 0.69% | - |
| HSV(B) | 338.08º | 0.62% | 0.99% | - |
| XYZ | 50.62 | 31.77 | 34.04 | - |
| YUV | 150.14 | 130.18 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 97 | 154 | 0 | 0.62 | 0.39 | 0.01 | 338.08 | 0.98 | 0.69 |
| Hex | FD | 61 | 9A | 0 | 3E | 27 | 1 | 152 | 62 | 45 |
| Octal | 375 | 141 | 232 | 0 | 76 | 47 | 1 | 522 | 142 | 105 |
| Binary | 11111101 | 1100001 | 10011010 | 0 | 111110 | 100111 | 1 | 101010010 | 1100010 | 1000101 |
Color Harmonies of #FD619A
Complementary color
Monochromatic Colors of #FD619A
Black with #FD619A
Text Example
Text Example
White with #FD619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD619A; }
p { color: rgb(253,97,154); }
H1.HeaderClassName
{
color: #FD619A;
}
.AnyTagClassName
{
color: #FD619A;
}
</style>
background-color css
<style>
a { background-color: #FD619A; }
a { background-color: rgb(253,97,154); }
div.DivClassName
{
background-color: #FD619A;
}
.BgClassName
{
background-color: #FD619A;
}
</style>
border-color css
<style>
span { border-color: #FD619A; }
span { border-color: rgb(253,97,154); }
td.TdClassName
{
border-color: #FD619A;
}
.TagClassName
{
border-color: #FD619A;
}
</style>