Shades of Brilliant Rose #F753AF
Tints of Brilliant Rose #F753AF
RGB
CMYK
RGB Variations
Color information
#F753AF (or 0xF753AF) is known color: Brilliant Rose. HEX triplet: F7, 53 and AF. RGB value is (247,83,175). Sum of RGB (Red+Green+Blue) = 247+83+175=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F753AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F753AF is #08AC50. Grayscale: #8E8E8E. Windows color (decimal): -568401 or 11490295. OLE color: 11490295.
HSL color Cylindrical-coordinate representation of color #F753AF: hue angle of 326.34º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F753AF is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 175 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.03 |
| HSL | 326.34º | 0.91% | 0.65% | - |
| HSV(B) | 326.34º | 0.66% | 0.97% | - |
| XYZ | 49.19 | 29.06 | 43.57 | - |
| YUV | 142.52 | 146.33 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 175 | 0 | 0.66 | 0.29 | 0.03 | 326.34 | 0.91 | 0.65 |
| Hex | F7 | 53 | AF | 0 | 42 | 1D | 3 | 146 | 5B | 41 |
| Octal | 367 | 123 | 257 | 0 | 102 | 35 | 3 | 506 | 133 | 101 |
| Binary | 11110111 | 1010011 | 10101111 | 0 | 1000010 | 11101 | 11 | 101000110 | 1011011 | 1000001 |
Color Harmonies of #F753AF
Complementary color
Monochromatic Colors of #F753AF
Black with #F753AF
Text Example
Text Example
White with #F753AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F753AF; }
p { color: rgb(247,83,175); }
H1.HeaderClassName
{
color: #F753AF;
}
.AnyTagClassName
{
color: #F753AF;
}
</style>
background-color css
<style>
a { background-color: #F753AF; }
a { background-color: rgb(247,83,175); }
div.DivClassName
{
background-color: #F753AF;
}
.BgClassName
{
background-color: #F753AF;
}
</style>
border-color css
<style>
span { border-color: #F753AF; }
span { border-color: rgb(247,83,175); }
td.TdClassName
{
border-color: #F753AF;
}
.TagClassName
{
border-color: #F753AF;
}
</style>