Shades of French Rose #F94881
Tints of French Rose #F94881
RGB
CMYK
RGB Variations
Color information
#F94881 (or 0xF94881) is known color: French Rose. HEX triplet: F9, 48 and 81. RGB value is (249,72,129). Sum of RGB (Red+Green+Blue) = 249+72+129=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F94881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94881 is #06B77E. Grayscale: #838383. Windows color (decimal): -440191 or 8472825. OLE color: 8472825.
HSL color Cylindrical-coordinate representation of color #F94881: hue angle of 340.68º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F94881 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 129 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.02 |
| HSL | 340.68º | 0.94% | 0.63% | - |
| HSV(B) | 340.68º | 0.71% | 0.98% | - |
| XYZ | 45.35 | 26.36 | 23.47 | - |
| YUV | 131.42 | 126.64 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 129 | 0 | 0.71 | 0.48 | 0.02 | 340.68 | 0.94 | 0.63 |
| Hex | F9 | 48 | 81 | 0 | 47 | 30 | 2 | 155 | 5E | 3F |
| Octal | 371 | 110 | 201 | 0 | 107 | 60 | 2 | 525 | 136 | 77 |
| Binary | 11111001 | 1001000 | 10000001 | 0 | 1000111 | 110000 | 10 | 101010101 | 1011110 | 111111 |
Color Harmonies of #F94881
Complementary color
Monochromatic Colors of #F94881
Black with #F94881
Text Example
Text Example
White with #F94881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94881; }
p { color: rgb(249,72,129); }
H1.HeaderClassName
{
color: #F94881;
}
.AnyTagClassName
{
color: #F94881;
}
</style>
background-color css
<style>
a { background-color: #F94881; }
a { background-color: rgb(249,72,129); }
div.DivClassName
{
background-color: #F94881;
}
.BgClassName
{
background-color: #F94881;
}
</style>
border-color css
<style>
span { border-color: #F94881; }
span { border-color: rgb(249,72,129); }
td.TdClassName
{
border-color: #F94881;
}
.TagClassName
{
border-color: #F94881;
}
</style>