Shades of Brilliant Rose #F4699D
Tints of Brilliant Rose #F4699D
RGB
CMYK
RGB Variations
Color information
#F4699D (or 0xF4699D) is known color: Brilliant Rose. HEX triplet: F4, 69 and 9D. RGB value is (244,105,157). Sum of RGB (Red+Green+Blue) = 244+105+157=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F4699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4699D is #0B9662. Grayscale: #989898. Windows color (decimal): -759395 or 10316276. OLE color: 10316276.
HSL color Cylindrical-coordinate representation of color #F4699D: hue angle of 337.55º 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 #F4699D is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 105 | 157 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.04 |
| HSL | 337.55º | 0.86% | 0.68% | - |
| HSV(B) | 337.55º | 0.57% | 0.96% | - |
| XYZ | 48.45 | 31.77 | 35.48 | - |
| YUV | 152.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 105 | 157 | 0 | 0.57 | 0.36 | 0.04 | 337.55 | 0.86 | 0.68 |
| Hex | F4 | 69 | 9D | 0 | 39 | 24 | 4 | 152 | 56 | 44 |
| Octal | 364 | 151 | 235 | 0 | 71 | 44 | 4 | 522 | 126 | 104 |
| Binary | 11110100 | 1101001 | 10011101 | 0 | 111001 | 100100 | 100 | 101010010 | 1010110 | 1000100 |
Color Harmonies of #F4699D
Complementary color
Monochromatic Colors of #F4699D
Black with #F4699D
Text Example
Text Example
White with #F4699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4699D; }
p { color: rgb(244,105,157); }
H1.HeaderClassName
{
color: #F4699D;
}
.AnyTagClassName
{
color: #F4699D;
}
</style>
background-color css
<style>
a { background-color: #F4699D; }
a { background-color: rgb(244,105,157); }
div.DivClassName
{
background-color: #F4699D;
}
.BgClassName
{
background-color: #F4699D;
}
</style>
border-color css
<style>
span { border-color: #F4699D; }
span { border-color: rgb(244,105,157); }
td.TdClassName
{
border-color: #F4699D;
}
.TagClassName
{
border-color: #F4699D;
}
</style>