Shades of Brilliant Rose #FF68A0
Tints of Brilliant Rose #FF68A0
RGB
CMYK
RGB Variations
Color information
#FF68A0 (or 0xFF68A0) is known color: Brilliant Rose. HEX triplet: FF, 68 and A0. RGB value is (255,104,160). Sum of RGB (Red+Green+Blue) = 255+104+160=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF68A0 is #00975F. Grayscale: #9B9B9B. Windows color (decimal): -38752 or 10512639. OLE color: 10512639.
HSL color Cylindrical-coordinate representation of color #FF68A0: hue angle of 337.75º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF68A0 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 160 | - |
| CMYK | 0 | 0.59 | 0.37 | 0 |
| HSL | 337.75º | 1% | 0.7% | - |
| HSV(B) | 337.75º | 0.59% | 1% | - |
| XYZ | 52.54 | 33.7 | 36.99 | - |
| YUV | 155.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 160 | 0 | 0.59 | 0.37 | 0 | 337.75 | 1 | 0.7 |
| Hex | FF | 68 | A0 | 0 | 3B | 25 | 0 | 152 | 64 | 46 |
| Octal | 377 | 150 | 240 | 0 | 73 | 45 | 0 | 522 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10100000 | 0 | 111011 | 100101 | 0 | 101010010 | 1100100 | 1000110 |
Color Harmonies of #FF68A0
Complementary color
Monochromatic Colors of #FF68A0
Black with #FF68A0
Text Example
Text Example
White with #FF68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68A0; }
p { color: rgb(255,104,160); }
H1.HeaderClassName
{
color: #FF68A0;
}
.AnyTagClassName
{
color: #FF68A0;
}
</style>
background-color css
<style>
a { background-color: #FF68A0; }
a { background-color: rgb(255,104,160); }
div.DivClassName
{
background-color: #FF68A0;
}
.BgClassName
{
background-color: #FF68A0;
}
</style>
border-color css
<style>
span { border-color: #FF68A0; }
span { border-color: rgb(255,104,160); }
td.TdClassName
{
border-color: #FF68A0;
}
.TagClassName
{
border-color: #FF68A0;
}
</style>