Shades of Brilliant Rose #F250AC
Tints of Brilliant Rose #F250AC
RGB
CMYK
RGB Variations
Color information
#F250AC (or 0xF250AC) is known color: Brilliant Rose. HEX triplet: F2, 50 and AC. RGB value is (242,80,172). Sum of RGB (Red+Green+Blue) = 242+80+172=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F250AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F250AC is #0DAF53. Grayscale: #8A8A8A. Windows color (decimal): -896852 or 11292914. OLE color: 11292914.
HSL color Cylindrical-coordinate representation of color #F250AC: hue angle of 325.93º 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 #F250AC is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 172 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.05 |
| HSL | 325.93º | 0.86% | 0.63% | - |
| HSV(B) | 325.93º | 0.67% | 0.95% | - |
| XYZ | 46.93 | 27.59 | 41.88 | - |
| YUV | 138.93 | 146.67 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 172 | 0 | 0.67 | 0.29 | 0.05 | 325.93 | 0.86 | 0.63 |
| Hex | F2 | 50 | AC | 0 | 43 | 1D | 5 | 146 | 56 | 3F |
| Octal | 362 | 120 | 254 | 0 | 103 | 35 | 5 | 506 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10101100 | 0 | 1000011 | 11101 | 101 | 101000110 | 1010110 | 111111 |
Color Harmonies of #F250AC
Complementary color
Monochromatic Colors of #F250AC
Black with #F250AC
Text Example
Text Example
White with #F250AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250AC; }
p { color: rgb(242,80,172); }
H1.HeaderClassName
{
color: #F250AC;
}
.AnyTagClassName
{
color: #F250AC;
}
</style>
background-color css
<style>
a { background-color: #F250AC; }
a { background-color: rgb(242,80,172); }
div.DivClassName
{
background-color: #F250AC;
}
.BgClassName
{
background-color: #F250AC;
}
</style>
border-color css
<style>
span { border-color: #F250AC; }
span { border-color: rgb(242,80,172); }
td.TdClassName
{
border-color: #F250AC;
}
.TagClassName
{
border-color: #F250AC;
}
</style>