Shades of Brilliant Rose #FF609A
Tints of Brilliant Rose #FF609A
RGB
CMYK
RGB Variations
Color information
#FF609A (or 0xFF609A) is known color: Brilliant Rose. HEX triplet: FF, 60 and 9A. RGB value is (255,96,154). Sum of RGB (Red+Green+Blue) = 255+96+154=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF609A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF609A is #009F65. Grayscale: #969696. Windows color (decimal): -40806 or 10117375. OLE color: 10117375.
HSL color Cylindrical-coordinate representation of color #FF609A: hue angle of 338.11º 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 #FF609A is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 154 | - |
| CMYK | 0 | 0.62 | 0.40 | 0 |
| HSL | 338.11º | 1% | 0.69% | - |
| HSV(B) | 338.11º | 0.62% | 1% | - |
| XYZ | 51.26 | 31.96 | 34.04 | - |
| YUV | 150.15 | 130.18 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 154 | 0 | 0.62 | 0.40 | 0 | 338.11 | 1 | 0.69 |
| Hex | FF | 60 | 9A | 0 | 3E | 28 | 0 | 152 | 64 | 45 |
| Octal | 377 | 140 | 232 | 0 | 76 | 50 | 0 | 522 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10011010 | 0 | 111110 | 101000 | 0 | 101010010 | 1100100 | 1000101 |
Color Harmonies of #FF609A
Complementary color
Monochromatic Colors of #FF609A
Black with #FF609A
Text Example
Text Example
White with #FF609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF609A; }
p { color: rgb(255,96,154); }
H1.HeaderClassName
{
color: #FF609A;
}
.AnyTagClassName
{
color: #FF609A;
}
</style>
background-color css
<style>
a { background-color: #FF609A; }
a { background-color: rgb(255,96,154); }
div.DivClassName
{
background-color: #FF609A;
}
.BgClassName
{
background-color: #FF609A;
}
</style>
border-color css
<style>
span { border-color: #FF609A; }
span { border-color: rgb(255,96,154); }
td.TdClassName
{
border-color: #FF609A;
}
.TagClassName
{
border-color: #FF609A;
}
</style>