Shades of Brilliant Rose #F2679F
Tints of Brilliant Rose #F2679F
RGB
CMYK
RGB Variations
Color information
#F2679F (or 0xF2679F) is known color: Brilliant Rose. HEX triplet: F2, 67 and 9F. RGB value is (242,103,159). Sum of RGB (Red+Green+Blue) = 242+103+159=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2679F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2679F is #0D9860. Grayscale: #969696. Windows color (decimal): -890977 or 10446834. OLE color: 10446834.
HSL color Cylindrical-coordinate representation of color #F2679F: hue angle of 335.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2679F is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 159 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.05 |
| HSL | 335.83º | 0.84% | 0.68% | - |
| HSV(B) | 335.83º | 0.57% | 0.95% | - |
| XYZ | 47.73 | 31.08 | 36.28 | - |
| YUV | 150.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 159 | 0 | 0.57 | 0.34 | 0.05 | 335.83 | 0.84 | 0.68 |
| Hex | F2 | 67 | 9F | 0 | 39 | 22 | 5 | 150 | 54 | 44 |
| Octal | 362 | 147 | 237 | 0 | 71 | 42 | 5 | 520 | 124 | 104 |
| Binary | 11110010 | 1100111 | 10011111 | 0 | 111001 | 100010 | 101 | 101010000 | 1010100 | 1000100 |
Color Harmonies of #F2679F
Complementary color
Monochromatic Colors of #F2679F
Black with #F2679F
Text Example
Text Example
White with #F2679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2679F; }
p { color: rgb(242,103,159); }
H1.HeaderClassName
{
color: #F2679F;
}
.AnyTagClassName
{
color: #F2679F;
}
</style>
background-color css
<style>
a { background-color: #F2679F; }
a { background-color: rgb(242,103,159); }
div.DivClassName
{
background-color: #F2679F;
}
.BgClassName
{
background-color: #F2679F;
}
</style>
border-color css
<style>
span { border-color: #F2679F; }
span { border-color: rgb(242,103,159); }
td.TdClassName
{
border-color: #F2679F;
}
.TagClassName
{
border-color: #F2679F;
}
</style>