Shades of Brilliant Rose #F2669F
Tints of Brilliant Rose #F2669F
RGB
CMYK
RGB Variations
Color information
#F2669F (or 0xF2669F) is known color: Brilliant Rose. HEX triplet: F2, 66 and 9F. RGB value is (242,102,159). Sum of RGB (Red+Green+Blue) = 242+102+159=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2669F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2669F is #0D9960. Grayscale: #969696. Windows color (decimal): -891233 or 10446578. OLE color: 10446578.
HSL color Cylindrical-coordinate representation of color #F2669F: hue angle of 335.57º 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 #F2669F is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 159 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.05 |
| HSL | 335.57º | 0.84% | 0.67% | - |
| HSV(B) | 335.57º | 0.58% | 0.95% | - |
| XYZ | 47.63 | 30.88 | 36.25 | - |
| YUV | 150.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 159 | 0 | 0.58 | 0.34 | 0.05 | 335.57 | 0.84 | 0.67 |
| Hex | F2 | 66 | 9F | 0 | 3A | 22 | 5 | 150 | 54 | 43 |
| Octal | 362 | 146 | 237 | 0 | 72 | 42 | 5 | 520 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10011111 | 0 | 111010 | 100010 | 101 | 101010000 | 1010100 | 1000011 |
Color Harmonies of #F2669F
Complementary color
Monochromatic Colors of #F2669F
Black with #F2669F
Text Example
Text Example
White with #F2669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2669F; }
p { color: rgb(242,102,159); }
H1.HeaderClassName
{
color: #F2669F;
}
.AnyTagClassName
{
color: #F2669F;
}
</style>
background-color css
<style>
a { background-color: #F2669F; }
a { background-color: rgb(242,102,159); }
div.DivClassName
{
background-color: #F2669F;
}
.BgClassName
{
background-color: #F2669F;
}
</style>
border-color css
<style>
span { border-color: #F2669F; }
span { border-color: rgb(242,102,159); }
td.TdClassName
{
border-color: #F2669F;
}
.TagClassName
{
border-color: #F2669F;
}
</style>