Shades of Brilliant Rose #F2679A
Tints of Brilliant Rose #F2679A
RGB
CMYK
RGB Variations
Color information
#F2679A (or 0xF2679A) is known color: Brilliant Rose. HEX triplet: F2, 67 and 9A. RGB value is (242,103,154). Sum of RGB (Red+Green+Blue) = 242+103+154=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2679A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2679A is #0D9865. Grayscale: #969696. Windows color (decimal): -890982 or 10119154. OLE color: 10119154.
HSL color Cylindrical-coordinate representation of color #F2679A: hue angle of 337.99º 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 #F2679A is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 154 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.05 |
| HSL | 337.99º | 0.84% | 0.68% | - |
| HSV(B) | 337.99º | 0.57% | 0.95% | - |
| XYZ | 47.3 | 30.91 | 34.05 | - |
| YUV | 150.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 154 | 0 | 0.57 | 0.36 | 0.05 | 337.99 | 0.84 | 0.68 |
| Hex | F2 | 67 | 9A | 0 | 39 | 24 | 5 | 152 | 54 | 44 |
| Octal | 362 | 147 | 232 | 0 | 71 | 44 | 5 | 522 | 124 | 104 |
| Binary | 11110010 | 1100111 | 10011010 | 0 | 111001 | 100100 | 101 | 101010010 | 1010100 | 1000100 |
Color Harmonies of #F2679A
Complementary color
Monochromatic Colors of #F2679A
Black with #F2679A
Text Example
Text Example
White with #F2679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2679A; }
p { color: rgb(242,103,154); }
H1.HeaderClassName
{
color: #F2679A;
}
.AnyTagClassName
{
color: #F2679A;
}
</style>
background-color css
<style>
a { background-color: #F2679A; }
a { background-color: rgb(242,103,154); }
div.DivClassName
{
background-color: #F2679A;
}
.BgClassName
{
background-color: #F2679A;
}
</style>
border-color css
<style>
span { border-color: #F2679A; }
span { border-color: rgb(242,103,154); }
td.TdClassName
{
border-color: #F2679A;
}
.TagClassName
{
border-color: #F2679A;
}
</style>