Shades of Brilliant Rose #FF469D
Tints of Brilliant Rose #FF469D
RGB
CMYK
RGB Variations
Color information
#FF469D (or 0xFF469D) is known color: Brilliant Rose. HEX triplet: FF, 46 and 9D. RGB value is (255,70,157). Sum of RGB (Red+Green+Blue) = 255+70+157=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF469D is #00B962. Grayscale: #878787. Windows color (decimal): -47459 or 10307327. OLE color: 10307327.
HSL color Cylindrical-coordinate representation of color #FF469D: hue angle of 331.78º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF469D is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 157 | - |
| CMYK | 0 | 0.73 | 0.38 | 0 |
| HSL | 331.78º | 1% | 0.64% | - |
| HSV(B) | 331.78º | 0.73% | 1% | - |
| XYZ | 49.52 | 28.07 | 34.71 | - |
| YUV | 135.23 | 140.29 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 157 | 0 | 0.73 | 0.38 | 0 | 331.78 | 1 | 0.64 |
| Hex | FF | 46 | 9D | 0 | 49 | 26 | 0 | 14C | 64 | 40 |
| Octal | 377 | 106 | 235 | 0 | 111 | 46 | 0 | 514 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10011101 | 0 | 1001001 | 100110 | 0 | 101001100 | 1100100 | 1000000 |
Color Harmonies of #FF469D
Complementary color
Monochromatic Colors of #FF469D
Black with #FF469D
Text Example
Text Example
White with #FF469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF469D; }
p { color: rgb(255,70,157); }
H1.HeaderClassName
{
color: #FF469D;
}
.AnyTagClassName
{
color: #FF469D;
}
</style>
background-color css
<style>
a { background-color: #FF469D; }
a { background-color: rgb(255,70,157); }
div.DivClassName
{
background-color: #FF469D;
}
.BgClassName
{
background-color: #FF469D;
}
</style>
border-color css
<style>
span { border-color: #FF469D; }
span { border-color: rgb(255,70,157); }
td.TdClassName
{
border-color: #FF469D;
}
.TagClassName
{
border-color: #FF469D;
}
</style>