Shades of Brilliant Rose #F753B5
Tints of Brilliant Rose #F753B5
RGB
CMYK
RGB Variations
Color information
#F753B5 (or 0xF753B5) is known color: Brilliant Rose. HEX triplet: F7, 53 and B5. RGB value is (247,83,181). Sum of RGB (Red+Green+Blue) = 247+83+181=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F753B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F753B5 is #08AC4A. Grayscale: #8E8E8E. Windows color (decimal): -568395 or 11883511. OLE color: 11883511.
HSL color Cylindrical-coordinate representation of color #F753B5: hue angle of 324.15º 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 #F753B5 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 181 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.03 |
| HSL | 324.15º | 0.91% | 0.65% | - |
| HSV(B) | 324.15º | 0.66% | 0.97% | - |
| XYZ | 49.79 | 29.3 | 46.75 | - |
| YUV | 143.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 181 | 0 | 0.66 | 0.27 | 0.03 | 324.15 | 0.91 | 0.65 |
| Hex | F7 | 53 | B5 | 0 | 42 | 1B | 3 | 144 | 5B | 41 |
| Octal | 367 | 123 | 265 | 0 | 102 | 33 | 3 | 504 | 133 | 101 |
| Binary | 11110111 | 1010011 | 10110101 | 0 | 1000010 | 11011 | 11 | 101000100 | 1011011 | 1000001 |
Color Harmonies of #F753B5
Complementary color
Monochromatic Colors of #F753B5
Black with #F753B5
Text Example
Text Example
White with #F753B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F753B5; }
p { color: rgb(247,83,181); }
H1.HeaderClassName
{
color: #F753B5;
}
.AnyTagClassName
{
color: #F753B5;
}
</style>
background-color css
<style>
a { background-color: #F753B5; }
a { background-color: rgb(247,83,181); }
div.DivClassName
{
background-color: #F753B5;
}
.BgClassName
{
background-color: #F753B5;
}
</style>
border-color css
<style>
span { border-color: #F753B5; }
span { border-color: rgb(247,83,181); }
td.TdClassName
{
border-color: #F753B5;
}
.TagClassName
{
border-color: #F753B5;
}
</style>