Shades of Brilliant Rose #FF4FAC
Tints of Brilliant Rose #FF4FAC
RGB
CMYK
RGB Variations
Color information
#FF4FAC (or 0xFF4FAC) is known color: Brilliant Rose. HEX triplet: FF, 4F and AC. RGB value is (255,79,172). Sum of RGB (Red+Green+Blue) = 255+79+172=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4FAC is #00B053. Grayscale: #8E8E8E. Windows color (decimal): -45140 or 11292671. OLE color: 11292671.
HSL color Cylindrical-coordinate representation of color #FF4FAC: hue angle of 328.3º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4FAC is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 172 | - |
| CMYK | 0 | 0.69 | 0.33 | 0 |
| HSL | 328.3º | 1% | 0.65% | - |
| HSV(B) | 328.3º | 0.69% | 1% | - |
| XYZ | 51.48 | 29.83 | 42.07 | - |
| YUV | 142.23 | 144.81 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 172 | 0 | 0.69 | 0.33 | 0 | 328.3 | 1 | 0.65 |
| Hex | FF | 4F | AC | 0 | 45 | 21 | 0 | 148 | 64 | 41 |
| Octal | 377 | 117 | 254 | 0 | 105 | 41 | 0 | 510 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10101100 | 0 | 1000101 | 100001 | 0 | 101001000 | 1100100 | 1000001 |
Color Harmonies of #FF4FAC
Complementary color
Monochromatic Colors of #FF4FAC
Black with #FF4FAC
Text Example
Text Example
White with #FF4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FAC; }
p { color: rgb(255,79,172); }
H1.HeaderClassName
{
color: #FF4FAC;
}
.AnyTagClassName
{
color: #FF4FAC;
}
</style>
background-color css
<style>
a { background-color: #FF4FAC; }
a { background-color: rgb(255,79,172); }
div.DivClassName
{
background-color: #FF4FAC;
}
.BgClassName
{
background-color: #FF4FAC;
}
</style>
border-color css
<style>
span { border-color: #FF4FAC; }
span { border-color: rgb(255,79,172); }
td.TdClassName
{
border-color: #FF4FAC;
}
.TagClassName
{
border-color: #FF4FAC;
}
</style>