Shades of Brilliant Rose #F84AB4
Tints of Brilliant Rose #F84AB4
RGB
CMYK
RGB Variations
Color information
#F84AB4 (or 0xF84AB4) is known color: Brilliant Rose. HEX triplet: F8, 4A and B4. RGB value is (248,74,180). Sum of RGB (Red+Green+Blue) = 248+74+180=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F84AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84AB4 is #07B54B. Grayscale: #898989. Windows color (decimal): -505164 or 11815672. OLE color: 11815672.
HSL color Cylindrical-coordinate representation of color #F84AB4: hue angle of 323.45º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84AB4 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 180 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.03 |
| HSL | 323.45º | 0.93% | 0.63% | - |
| HSV(B) | 323.45º | 0.7% | 0.97% | - |
| XYZ | 49.4 | 28.15 | 46.01 | - |
| YUV | 138.11 | 151.65 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 180 | 0 | 0.70 | 0.27 | 0.03 | 323.45 | 0.93 | 0.63 |
| Hex | F8 | 4A | B4 | 0 | 46 | 1B | 3 | 143 | 5D | 3F |
| Octal | 370 | 112 | 264 | 0 | 106 | 33 | 3 | 503 | 135 | 77 |
| Binary | 11111000 | 1001010 | 10110100 | 0 | 1000110 | 11011 | 11 | 101000011 | 1011101 | 111111 |
Color Harmonies of #F84AB4
Complementary color
Monochromatic Colors of #F84AB4
Black with #F84AB4
Text Example
Text Example
White with #F84AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AB4; }
p { color: rgb(248,74,180); }
H1.HeaderClassName
{
color: #F84AB4;
}
.AnyTagClassName
{
color: #F84AB4;
}
</style>
background-color css
<style>
a { background-color: #F84AB4; }
a { background-color: rgb(248,74,180); }
div.DivClassName
{
background-color: #F84AB4;
}
.BgClassName
{
background-color: #F84AB4;
}
</style>
border-color css
<style>
span { border-color: #F84AB4; }
span { border-color: rgb(248,74,180); }
td.TdClassName
{
border-color: #F84AB4;
}
.TagClassName
{
border-color: #F84AB4;
}
</style>