Shades of Brilliant Rose #F4699A
Tints of Brilliant Rose #F4699A
RGB
CMYK
RGB Variations
Color information
#F4699A (or 0xF4699A) is known color: Brilliant Rose. HEX triplet: F4, 69 and 9A. RGB value is (244,105,154). Sum of RGB (Red+Green+Blue) = 244+105+154=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F4699A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4699A is #0B9665. Grayscale: #989898. Windows color (decimal): -759398 or 10119668. OLE color: 10119668.
HSL color Cylindrical-coordinate representation of color #F4699A: hue angle of 338.85º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4699A is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 105 | 154 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.04 |
| HSL | 338.85º | 0.86% | 0.68% | - |
| HSV(B) | 338.85º | 0.57% | 0.96% | - |
| XYZ | 48.19 | 31.67 | 34.14 | - |
| YUV | 152.15 | 129.05 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 105 | 154 | 0 | 0.57 | 0.37 | 0.04 | 338.85 | 0.86 | 0.68 |
| Hex | F4 | 69 | 9A | 0 | 39 | 25 | 4 | 153 | 56 | 44 |
| Octal | 364 | 151 | 232 | 0 | 71 | 45 | 4 | 523 | 126 | 104 |
| Binary | 11110100 | 1101001 | 10011010 | 0 | 111001 | 100101 | 100 | 101010011 | 1010110 | 1000100 |
Color Harmonies of #F4699A
Complementary color
Monochromatic Colors of #F4699A
Black with #F4699A
Text Example
Text Example
White with #F4699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4699A; }
p { color: rgb(244,105,154); }
H1.HeaderClassName
{
color: #F4699A;
}
.AnyTagClassName
{
color: #F4699A;
}
</style>
background-color css
<style>
a { background-color: #F4699A; }
a { background-color: rgb(244,105,154); }
div.DivClassName
{
background-color: #F4699A;
}
.BgClassName
{
background-color: #F4699A;
}
</style>
border-color css
<style>
span { border-color: #F4699A; }
span { border-color: rgb(244,105,154); }
td.TdClassName
{
border-color: #F4699A;
}
.TagClassName
{
border-color: #F4699A;
}
</style>