Shades of Brilliant Rose #FF619A
Tints of Brilliant Rose #FF619A
RGB
CMYK
RGB Variations
Color information
#FF619A (or 0xFF619A) is known color: Brilliant Rose. HEX triplet: FF, 61 and 9A. RGB value is (255,97,154). Sum of RGB (Red+Green+Blue) = 255+97+154=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF619A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF619A is #009E65. Grayscale: #969696. Windows color (decimal): -40550 or 10117631. OLE color: 10117631.
HSL color Cylindrical-coordinate representation of color #FF619A: hue angle of 338.35º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF619A is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 154 | - |
| CMYK | 0 | 0.62 | 0.40 | 0 |
| HSL | 338.35º | 1% | 0.69% | - |
| HSV(B) | 338.35º | 0.62% | 1% | - |
| XYZ | 51.35 | 32.14 | 34.07 | - |
| YUV | 150.74 | 129.85 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 154 | 0 | 0.62 | 0.40 | 0 | 338.35 | 1 | 0.69 |
| Hex | FF | 61 | 9A | 0 | 3E | 28 | 0 | 152 | 64 | 45 |
| Octal | 377 | 141 | 232 | 0 | 76 | 50 | 0 | 522 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10011010 | 0 | 111110 | 101000 | 0 | 101010010 | 1100100 | 1000101 |
Color Harmonies of #FF619A
Complementary color
Monochromatic Colors of #FF619A
Black with #FF619A
Text Example
Text Example
White with #FF619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF619A; }
p { color: rgb(255,97,154); }
H1.HeaderClassName
{
color: #FF619A;
}
.AnyTagClassName
{
color: #FF619A;
}
</style>
background-color css
<style>
a { background-color: #FF619A; }
a { background-color: rgb(255,97,154); }
div.DivClassName
{
background-color: #FF619A;
}
.BgClassName
{
background-color: #FF619A;
}
</style>
border-color css
<style>
span { border-color: #FF619A; }
span { border-color: rgb(255,97,154); }
td.TdClassName
{
border-color: #FF619A;
}
.TagClassName
{
border-color: #FF619A;
}
</style>