Shades of Brilliant Rose #FF68A2
Tints of Brilliant Rose #FF68A2
RGB
CMYK
RGB Variations
Color information
#FF68A2 (or 0xFF68A2) is known color: Brilliant Rose. HEX triplet: FF, 68 and A2. RGB value is (255,104,162). Sum of RGB (Red+Green+Blue) = 255+104+162=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF68A2 is #00975D. Grayscale: #9B9B9B. Windows color (decimal): -38750 or 10643711. OLE color: 10643711.
HSL color Cylindrical-coordinate representation of color #FF68A2: hue angle of 336.95º 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 #FF68A2 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 162 | - |
| CMYK | 0 | 0.59 | 0.36 | 0 |
| HSL | 336.95º | 1% | 0.7% | - |
| HSV(B) | 336.95º | 0.59% | 1% | - |
| XYZ | 52.71 | 33.77 | 37.92 | - |
| YUV | 155.76 | 131.53 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 162 | 0 | 0.59 | 0.36 | 0 | 336.95 | 1 | 0.7 |
| Hex | FF | 68 | A2 | 0 | 3B | 24 | 0 | 151 | 64 | 46 |
| Octal | 377 | 150 | 242 | 0 | 73 | 44 | 0 | 521 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10100010 | 0 | 111011 | 100100 | 0 | 101010001 | 1100100 | 1000110 |
Color Harmonies of #FF68A2
Complementary color
Monochromatic Colors of #FF68A2
Black with #FF68A2
Text Example
Text Example
White with #FF68A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68A2; }
p { color: rgb(255,104,162); }
H1.HeaderClassName
{
color: #FF68A2;
}
.AnyTagClassName
{
color: #FF68A2;
}
</style>
background-color css
<style>
a { background-color: #FF68A2; }
a { background-color: rgb(255,104,162); }
div.DivClassName
{
background-color: #FF68A2;
}
.BgClassName
{
background-color: #FF68A2;
}
</style>
border-color css
<style>
span { border-color: #FF68A2; }
span { border-color: rgb(255,104,162); }
td.TdClassName
{
border-color: #FF68A2;
}
.TagClassName
{
border-color: #FF68A2;
}
</style>