Shades of Brilliant Rose #F4669B
Tints of Brilliant Rose #F4669B
RGB
CMYK
RGB Variations
Color information
#F4669B (or 0xF4669B) is known color: Brilliant Rose. HEX triplet: F4, 66 and 9B. RGB value is (244,102,155). Sum of RGB (Red+Green+Blue) = 244+102+155=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F4669B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4669B is #0B9964. Grayscale: #969696. Windows color (decimal): -760165 or 10184436. OLE color: 10184436.
HSL color Cylindrical-coordinate representation of color #F4669B: hue angle of 337.61º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F4669B is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 155 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.04 |
| HSL | 337.61º | 0.87% | 0.68% | - |
| HSV(B) | 337.61º | 0.58% | 0.96% | - |
| XYZ | 47.98 | 31.1 | 34.49 | - |
| YUV | 150.5 | 130.54 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 155 | 0 | 0.58 | 0.36 | 0.04 | 337.61 | 0.87 | 0.68 |
| Hex | F4 | 66 | 9B | 0 | 3A | 24 | 4 | 152 | 57 | 44 |
| Octal | 364 | 146 | 233 | 0 | 72 | 44 | 4 | 522 | 127 | 104 |
| Binary | 11110100 | 1100110 | 10011011 | 0 | 111010 | 100100 | 100 | 101010010 | 1010111 | 1000100 |
Color Harmonies of #F4669B
Complementary color
Monochromatic Colors of #F4669B
Black with #F4669B
Text Example
Text Example
White with #F4669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4669B; }
p { color: rgb(244,102,155); }
H1.HeaderClassName
{
color: #F4669B;
}
.AnyTagClassName
{
color: #F4669B;
}
</style>
background-color css
<style>
a { background-color: #F4669B; }
a { background-color: rgb(244,102,155); }
div.DivClassName
{
background-color: #F4669B;
}
.BgClassName
{
background-color: #F4669B;
}
</style>
border-color css
<style>
span { border-color: #F4669B; }
span { border-color: rgb(244,102,155); }
td.TdClassName
{
border-color: #F4669B;
}
.TagClassName
{
border-color: #F4669B;
}
</style>