Shades of Persian Rose #F731B4
Tints of Persian Rose #F731B4
RGB
CMYK
RGB Variations
Color information
#F731B4 (or 0xF731B4) is known color: Persian Rose. HEX triplet: F7, 31 and B4. RGB value is (247,49,180). Sum of RGB (Red+Green+Blue) = 247+49+180=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F731B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F731B4 is #08CE4B. Grayscale: #7A7A7A. Windows color (decimal): -577100 or 11809271. OLE color: 11809271.
HSL color Cylindrical-coordinate representation of color #F731B4: hue angle of 320.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F731B4 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 180 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.03 |
| HSL | 320.3º | 0.93% | 0.58% | - |
| HSV(B) | 320.3º | 0.8% | 0.97% | - |
| XYZ | 47.69 | 25.27 | 45.54 | - |
| YUV | 123.14 | 160.1 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 180 | 0 | 0.80 | 0.27 | 0.03 | 320.3 | 0.93 | 0.58 |
| Hex | F7 | 31 | B4 | 0 | 50 | 1B | 3 | 140 | 5D | 3A |
| Octal | 367 | 61 | 264 | 0 | 120 | 33 | 3 | 500 | 135 | 72 |
| Binary | 11110111 | 110001 | 10110100 | 0 | 1010000 | 11011 | 11 | 101000000 | 1011101 | 111010 |
Color Harmonies of #F731B4
Complementary color
Monochromatic Colors of #F731B4
Black with #F731B4
Text Example
Text Example
White with #F731B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F731B4; }
p { color: rgb(247,49,180); }
H1.HeaderClassName
{
color: #F731B4;
}
.AnyTagClassName
{
color: #F731B4;
}
</style>
background-color css
<style>
a { background-color: #F731B4; }
a { background-color: rgb(247,49,180); }
div.DivClassName
{
background-color: #F731B4;
}
.BgClassName
{
background-color: #F731B4;
}
</style>
border-color css
<style>
span { border-color: #F731B4; }
span { border-color: rgb(247,49,180); }
td.TdClassName
{
border-color: #F731B4;
}
.TagClassName
{
border-color: #F731B4;
}
</style>