Shades of Brilliant Rose #FF6195
Tints of Brilliant Rose #FF6195
RGB
CMYK
RGB Variations
Color information
#FF6195 (or 0xFF6195) is known color: Brilliant Rose. HEX triplet: FF, 61 and 95. RGB value is (255,97,149). Sum of RGB (Red+Green+Blue) = 255+97+149=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6195 is #009E6A. Grayscale: #969696. Windows color (decimal): -40555 or 9789951. OLE color: 9789951.
HSL color Cylindrical-coordinate representation of color #FF6195: hue angle of 340.25º 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 #FF6195 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 149 | - |
| CMYK | 0 | 0.62 | 0.42 | 0 |
| HSL | 340.25º | 1% | 0.69% | - |
| HSV(B) | 340.25º | 0.62% | 1% | - |
| XYZ | 50.94 | 31.98 | 31.92 | - |
| YUV | 150.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 149 | 0 | 0.62 | 0.42 | 0 | 340.25 | 1 | 0.69 |
| Hex | FF | 61 | 95 | 0 | 3E | 2A | 0 | 154 | 64 | 45 |
| Octal | 377 | 141 | 225 | 0 | 76 | 52 | 0 | 524 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10010101 | 0 | 111110 | 101010 | 0 | 101010100 | 1100100 | 1000101 |
Color Harmonies of #FF6195
Complementary color
Monochromatic Colors of #FF6195
Black with #FF6195
Text Example
Text Example
White with #FF6195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6195; }
p { color: rgb(255,97,149); }
H1.HeaderClassName
{
color: #FF6195;
}
.AnyTagClassName
{
color: #FF6195;
}
</style>
background-color css
<style>
a { background-color: #FF6195; }
a { background-color: rgb(255,97,149); }
div.DivClassName
{
background-color: #FF6195;
}
.BgClassName
{
background-color: #FF6195;
}
</style>
border-color css
<style>
span { border-color: #FF6195; }
span { border-color: rgb(255,97,149); }
td.TdClassName
{
border-color: #FF6195;
}
.TagClassName
{
border-color: #FF6195;
}
</style>