Shades of Brilliant Rose #F251AC
Tints of Brilliant Rose #F251AC
RGB
CMYK
RGB Variations
Color information
#F251AC (or 0xF251AC) is known color: Brilliant Rose. HEX triplet: F2, 51 and AC. RGB value is (242,81,172). Sum of RGB (Red+Green+Blue) = 242+81+172=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F251AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F251AC is #0DAE53. Grayscale: #8B8B8B. Windows color (decimal): -896596 or 11293170. OLE color: 11293170.
HSL color Cylindrical-coordinate representation of color #F251AC: hue angle of 326.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F251AC is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 172 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.05 |
| HSL | 326.09º | 0.86% | 0.63% | - |
| HSV(B) | 326.09º | 0.67% | 0.95% | - |
| XYZ | 47.01 | 27.74 | 41.91 | - |
| YUV | 139.51 | 146.34 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 172 | 0 | 0.67 | 0.29 | 0.05 | 326.09 | 0.86 | 0.63 |
| Hex | F2 | 51 | AC | 0 | 43 | 1D | 5 | 146 | 56 | 3F |
| Octal | 362 | 121 | 254 | 0 | 103 | 35 | 5 | 506 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10101100 | 0 | 1000011 | 11101 | 101 | 101000110 | 1010110 | 111111 |
Color Harmonies of #F251AC
Complementary color
Monochromatic Colors of #F251AC
Black with #F251AC
Text Example
Text Example
White with #F251AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251AC; }
p { color: rgb(242,81,172); }
H1.HeaderClassName
{
color: #F251AC;
}
.AnyTagClassName
{
color: #F251AC;
}
</style>
background-color css
<style>
a { background-color: #F251AC; }
a { background-color: rgb(242,81,172); }
div.DivClassName
{
background-color: #F251AC;
}
.BgClassName
{
background-color: #F251AC;
}
</style>
border-color css
<style>
span { border-color: #F251AC; }
span { border-color: rgb(242,81,172); }
td.TdClassName
{
border-color: #F251AC;
}
.TagClassName
{
border-color: #F251AC;
}
</style>