Shades of Brilliant Rose #F2639B
Tints of Brilliant Rose #F2639B
RGB
CMYK
RGB Variations
Color information
#F2639B (or 0xF2639B) is known color: Brilliant Rose. HEX triplet: F2, 63 and 9B. RGB value is (242,99,155). Sum of RGB (Red+Green+Blue) = 242+99+155=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2639B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2639B is #0D9C64. Grayscale: #949494. Windows color (decimal): -892005 or 10183666. OLE color: 10183666.
HSL color Cylindrical-coordinate representation of color #F2639B: hue angle of 336.5º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2639B is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 155 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.05 |
| HSL | 336.5º | 0.85% | 0.67% | - |
| HSV(B) | 336.5º | 0.59% | 0.95% | - |
| XYZ | 47 | 30.17 | 34.36 | - |
| YUV | 148.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 155 | 0 | 0.59 | 0.36 | 0.05 | 336.5 | 0.85 | 0.67 |
| Hex | F2 | 63 | 9B | 0 | 3B | 24 | 5 | 151 | 55 | 43 |
| Octal | 362 | 143 | 233 | 0 | 73 | 44 | 5 | 521 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10011011 | 0 | 111011 | 100100 | 101 | 101010001 | 1010101 | 1000011 |
Color Harmonies of #F2639B
Complementary color
Monochromatic Colors of #F2639B
Black with #F2639B
Text Example
Text Example
White with #F2639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2639B; }
p { color: rgb(242,99,155); }
H1.HeaderClassName
{
color: #F2639B;
}
.AnyTagClassName
{
color: #F2639B;
}
</style>
background-color css
<style>
a { background-color: #F2639B; }
a { background-color: rgb(242,99,155); }
div.DivClassName
{
background-color: #F2639B;
}
.BgClassName
{
background-color: #F2639B;
}
</style>
border-color css
<style>
span { border-color: #F2639B; }
span { border-color: rgb(242,99,155); }
td.TdClassName
{
border-color: #F2639B;
}
.TagClassName
{
border-color: #F2639B;
}
</style>