Shades of Brilliant Rose #F2659B
Tints of Brilliant Rose #F2659B
RGB
CMYK
RGB Variations
Color information
#F2659B (or 0xF2659B) is known color: Brilliant Rose. HEX triplet: F2, 65 and 9B. RGB value is (242,101,155). Sum of RGB (Red+Green+Blue) = 242+101+155=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2659B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2659B is #0D9A64. Grayscale: #959595. Windows color (decimal): -891493 or 10184178. OLE color: 10184178.
HSL color Cylindrical-coordinate representation of color #F2659B: hue angle of 337.02º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2659B is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 155 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.05 |
| HSL | 337.02º | 0.84% | 0.67% | - |
| HSV(B) | 337.02º | 0.58% | 0.95% | - |
| XYZ | 47.19 | 30.55 | 34.42 | - |
| YUV | 149.32 | 131.21 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 155 | 0 | 0.58 | 0.36 | 0.05 | 337.02 | 0.84 | 0.67 |
| Hex | F2 | 65 | 9B | 0 | 3A | 24 | 5 | 151 | 54 | 43 |
| Octal | 362 | 145 | 233 | 0 | 72 | 44 | 5 | 521 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10011011 | 0 | 111010 | 100100 | 101 | 101010001 | 1010100 | 1000011 |
Color Harmonies of #F2659B
Complementary color
Monochromatic Colors of #F2659B
Black with #F2659B
Text Example
Text Example
White with #F2659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2659B; }
p { color: rgb(242,101,155); }
H1.HeaderClassName
{
color: #F2659B;
}
.AnyTagClassName
{
color: #F2659B;
}
</style>
background-color css
<style>
a { background-color: #F2659B; }
a { background-color: rgb(242,101,155); }
div.DivClassName
{
background-color: #F2659B;
}
.BgClassName
{
background-color: #F2659B;
}
</style>
border-color css
<style>
span { border-color: #F2659B; }
span { border-color: rgb(242,101,155); }
td.TdClassName
{
border-color: #F2659B;
}
.TagClassName
{
border-color: #F2659B;
}
</style>