Shades of Brilliant Rose #F957AF
Tints of Brilliant Rose #F957AF
RGB
CMYK
RGB Variations
Color information
#F957AF (or 0xF957AF) is known color: Brilliant Rose. HEX triplet: F9, 57 and AF. RGB value is (249,87,175). Sum of RGB (Red+Green+Blue) = 249+87+175=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 87 (34.38% from 255 or 17.03% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F957AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F957AF is #06A850. Grayscale: #919191. Windows color (decimal): -436305 or 11491321. OLE color: 11491321.
HSL color Cylindrical-coordinate representation of color #F957AF: hue angle of 327.41º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F957AF is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 175 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.02 |
| HSL | 327.41º | 0.93% | 0.66% | - |
| HSV(B) | 327.41º | 0.65% | 0.98% | - |
| XYZ | 50.21 | 30.05 | 43.71 | - |
| YUV | 145.47 | 144.67 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 175 | 0 | 0.65 | 0.30 | 0.02 | 327.41 | 0.93 | 0.66 |
| Hex | F9 | 57 | AF | 0 | 41 | 1E | 2 | 147 | 5D | 42 |
| Octal | 371 | 127 | 257 | 0 | 101 | 36 | 2 | 507 | 135 | 102 |
| Binary | 11111001 | 1010111 | 10101111 | 0 | 1000001 | 11110 | 10 | 101000111 | 1011101 | 1000010 |
Color Harmonies of #F957AF
Complementary color
Monochromatic Colors of #F957AF
Black with #F957AF
Text Example
Text Example
White with #F957AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957AF; }
p { color: rgb(249,87,175); }
H1.HeaderClassName
{
color: #F957AF;
}
.AnyTagClassName
{
color: #F957AF;
}
</style>
background-color css
<style>
a { background-color: #F957AF; }
a { background-color: rgb(249,87,175); }
div.DivClassName
{
background-color: #F957AF;
}
.BgClassName
{
background-color: #F957AF;
}
</style>
border-color css
<style>
span { border-color: #F957AF; }
span { border-color: rgb(249,87,175); }
td.TdClassName
{
border-color: #F957AF;
}
.TagClassName
{
border-color: #F957AF;
}
</style>