Shades of Brilliant Rose #F2669C
Tints of Brilliant Rose #F2669C
RGB
CMYK
RGB Variations
Color information
#F2669C (or 0xF2669C) is known color: Brilliant Rose. HEX triplet: F2, 66 and 9C. RGB value is (242,102,156). Sum of RGB (Red+Green+Blue) = 242+102+156=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2669C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2669C is #0D9963. Grayscale: #959595. Windows color (decimal): -891236 or 10249970. OLE color: 10249970.
HSL color Cylindrical-coordinate representation of color #F2669C: hue angle of 336.86º 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 #F2669C is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 156 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.05 |
| HSL | 336.86º | 0.84% | 0.67% | - |
| HSV(B) | 336.86º | 0.58% | 0.95% | - |
| XYZ | 47.37 | 30.78 | 34.9 | - |
| YUV | 150.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 156 | 0 | 0.58 | 0.36 | 0.05 | 336.86 | 0.84 | 0.67 |
| Hex | F2 | 66 | 9C | 0 | 3A | 24 | 5 | 151 | 54 | 43 |
| Octal | 362 | 146 | 234 | 0 | 72 | 44 | 5 | 521 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10011100 | 0 | 111010 | 100100 | 101 | 101010001 | 1010100 | 1000011 |
Color Harmonies of #F2669C
Complementary color
Monochromatic Colors of #F2669C
Black with #F2669C
Text Example
Text Example
White with #F2669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2669C; }
p { color: rgb(242,102,156); }
H1.HeaderClassName
{
color: #F2669C;
}
.AnyTagClassName
{
color: #F2669C;
}
</style>
background-color css
<style>
a { background-color: #F2669C; }
a { background-color: rgb(242,102,156); }
div.DivClassName
{
background-color: #F2669C;
}
.BgClassName
{
background-color: #F2669C;
}
</style>
border-color css
<style>
span { border-color: #F2669C; }
span { border-color: rgb(242,102,156); }
td.TdClassName
{
border-color: #F2669C;
}
.TagClassName
{
border-color: #F2669C;
}
</style>