Shades of Brilliant Rose #F24FBA
Tints of Brilliant Rose #F24FBA
RGB
CMYK
RGB Variations
Color information
#F24FBA (or 0xF24FBA) is known color: Brilliant Rose. HEX triplet: F2, 4F and BA. RGB value is (242,79,186). Sum of RGB (Red+Green+Blue) = 242+79+186=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F24FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24FBA is #0DB045. Grayscale: #8B8B8B. Windows color (decimal): -897094 or 12210162. OLE color: 12210162.
HSL color Cylindrical-coordinate representation of color #F24FBA: hue angle of 320.61º 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 #F24FBA is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 186 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.05 |
| HSL | 320.61º | 0.86% | 0.63% | - |
| HSV(B) | 320.61º | 0.67% | 0.95% | - |
| XYZ | 48.28 | 28.01 | 49.32 | - |
| YUV | 139.94 | 154 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 186 | 0 | 0.67 | 0.23 | 0.05 | 320.61 | 0.86 | 0.63 |
| Hex | F2 | 4F | BA | 0 | 43 | 17 | 5 | 141 | 56 | 3F |
| Octal | 362 | 117 | 272 | 0 | 103 | 27 | 5 | 501 | 126 | 77 |
| Binary | 11110010 | 1001111 | 10111010 | 0 | 1000011 | 10111 | 101 | 101000001 | 1010110 | 111111 |
Color Harmonies of #F24FBA
Complementary color
Monochromatic Colors of #F24FBA
Black with #F24FBA
Text Example
Text Example
White with #F24FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24FBA; }
p { color: rgb(242,79,186); }
H1.HeaderClassName
{
color: #F24FBA;
}
.AnyTagClassName
{
color: #F24FBA;
}
</style>
background-color css
<style>
a { background-color: #F24FBA; }
a { background-color: rgb(242,79,186); }
div.DivClassName
{
background-color: #F24FBA;
}
.BgClassName
{
background-color: #F24FBA;
}
</style>
border-color css
<style>
span { border-color: #F24FBA; }
span { border-color: rgb(242,79,186); }
td.TdClassName
{
border-color: #F24FBA;
}
.TagClassName
{
border-color: #F24FBA;
}
</style>