Shades of Brilliant Rose #FF61A2
Tints of Brilliant Rose #FF61A2
RGB
CMYK
RGB Variations
Color information
#FF61A2 (or 0xFF61A2) is known color: Brilliant Rose. HEX triplet: FF, 61 and A2. RGB value is (255,97,162). Sum of RGB (Red+Green+Blue) = 255+97+162=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF61A2 is #009E5D. Grayscale: #979797. Windows color (decimal): -40542 or 10641919. OLE color: 10641919.
HSL color Cylindrical-coordinate representation of color #FF61A2: hue angle of 335.32º 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 #FF61A2 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 97 | 162 | - |
CMYK | 0 | 0.62 | 0.36 | 0 |
HSL | 335.32º | 1% | 0.69% | - |
HSV(B) | 335.32º | 0.62% | 1% | - |
XYZ | 52.04 | 32.42 | 37.7 | - |
YUV | 151.65 | 133.85 | 201.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 97 | 162 | 0 | 0.62 | 0.36 | 0 | 335.32 | 1 | 0.69 |
Hex | FF | 61 | A2 | 0 | 3E | 24 | 0 | 14F | 64 | 45 |
Octal | 377 | 141 | 242 | 0 | 76 | 44 | 0 | 517 | 144 | 105 |
Binary | 11111111 | 1100001 | 10100010 | 0 | 111110 | 100100 | 0 | 101001111 | 1100100 | 1000101 |
Color Harmonies of #FF61A2
Complementary color
Monochromatic Colors of #FF61A2
Black with #FF61A2
Text Example
Text Example
White with #FF61A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF61A2; }
p { color: rgb(255,97,162); }
H1.HeaderClassName
{
color: #FF61A2;
}
.AnyTagClassName
{
color: #FF61A2;
}
</style>
background-color css
<style>
a { background-color: #FF61A2; }
a { background-color: rgb(255,97,162); }
div.DivClassName
{
background-color: #FF61A2;
}
.BgClassName
{
background-color: #FF61A2;
}
</style>
border-color css
<style>
span { border-color: #FF61A2; }
span { border-color: rgb(255,97,162); }
td.TdClassName
{
border-color: #FF61A2;
}
.TagClassName
{
border-color: #FF61A2;
}
</style>