Shades of Brilliant Rose #F2639C
Tints of Brilliant Rose #F2639C
RGB
CMYK
RGB Variations
Color information
#F2639C (or 0xF2639C) is known color: Brilliant Rose. HEX triplet: F2, 63 and 9C. RGB value is (242,99,156). Sum of RGB (Red+Green+Blue) = 242+99+156=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2639C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2639C is #0D9C63. Grayscale: #949494. Windows color (decimal): -892004 or 10249202. OLE color: 10249202.
HSL color Cylindrical-coordinate representation of color #F2639C: hue angle of 336.08º 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 #F2639C is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 156 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.05 |
| HSL | 336.08º | 0.85% | 0.67% | - |
| HSV(B) | 336.08º | 0.59% | 0.95% | - |
| XYZ | 47.08 | 30.2 | 34.8 | - |
| YUV | 148.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 156 | 0 | 0.59 | 0.36 | 0.05 | 336.08 | 0.85 | 0.67 |
| Hex | F2 | 63 | 9C | 0 | 3B | 24 | 5 | 150 | 55 | 43 |
| Octal | 362 | 143 | 234 | 0 | 73 | 44 | 5 | 520 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10011100 | 0 | 111011 | 100100 | 101 | 101010000 | 1010101 | 1000011 |
Color Harmonies of #F2639C
Complementary color
Monochromatic Colors of #F2639C
Black with #F2639C
Text Example
Text Example
White with #F2639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2639C; }
p { color: rgb(242,99,156); }
H1.HeaderClassName
{
color: #F2639C;
}
.AnyTagClassName
{
color: #F2639C;
}
</style>
background-color css
<style>
a { background-color: #F2639C; }
a { background-color: rgb(242,99,156); }
div.DivClassName
{
background-color: #F2639C;
}
.BgClassName
{
background-color: #F2639C;
}
</style>
border-color css
<style>
span { border-color: #F2639C; }
span { border-color: rgb(242,99,156); }
td.TdClassName
{
border-color: #F2639C;
}
.TagClassName
{
border-color: #F2639C;
}
</style>