Shades of Brilliant Rose #F2629F
Tints of Brilliant Rose #F2629F
RGB
CMYK
RGB Variations
Color information
#F2629F (or 0xF2629F) is known color: Brilliant Rose. HEX triplet: F2, 62 and 9F. RGB value is (242,98,159). Sum of RGB (Red+Green+Blue) = 242+98+159=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2629F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2629F is #0D9D60. Grayscale: #939393. Windows color (decimal): -892257 or 10445554. OLE color: 10445554.
HSL color Cylindrical-coordinate representation of color #F2629F: hue angle of 334.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2629F is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 159 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.05 |
| HSL | 334.58º | 0.85% | 0.67% | - |
| HSV(B) | 334.58º | 0.6% | 0.95% | - |
| XYZ | 47.24 | 30.12 | 36.12 | - |
| YUV | 148.01 | 134.21 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 159 | 0 | 0.60 | 0.34 | 0.05 | 334.58 | 0.85 | 0.67 |
| Hex | F2 | 62 | 9F | 0 | 3C | 22 | 5 | 14F | 55 | 43 |
| Octal | 362 | 142 | 237 | 0 | 74 | 42 | 5 | 517 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10011111 | 0 | 111100 | 100010 | 101 | 101001111 | 1010101 | 1000011 |
Color Harmonies of #F2629F
Complementary color
Monochromatic Colors of #F2629F
Black with #F2629F
Text Example
Text Example
White with #F2629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2629F; }
p { color: rgb(242,98,159); }
H1.HeaderClassName
{
color: #F2629F;
}
.AnyTagClassName
{
color: #F2629F;
}
</style>
background-color css
<style>
a { background-color: #F2629F; }
a { background-color: rgb(242,98,159); }
div.DivClassName
{
background-color: #F2629F;
}
.BgClassName
{
background-color: #F2629F;
}
</style>
border-color css
<style>
span { border-color: #F2629F; }
span { border-color: rgb(242,98,159); }
td.TdClassName
{
border-color: #F2629F;
}
.TagClassName
{
border-color: #F2629F;
}
</style>