Shades of Persian Rose #F631B4
Tints of Persian Rose #F631B4
RGB
CMYK
RGB Variations
Color information
#F631B4 (or 0xF631B4) is known color: Persian Rose. HEX triplet: F6, 31 and B4. RGB value is (246,49,180). Sum of RGB (Red+Green+Blue) = 246+49+180=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F631B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F631B4 is #09CE4B. Grayscale: #7A7A7A. Windows color (decimal): -642636 or 11809270. OLE color: 11809270.
HSL color Cylindrical-coordinate representation of color #F631B4: hue angle of 320.1º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F631B4 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 180 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.04 |
| HSL | 320.1º | 0.92% | 0.58% | - |
| HSV(B) | 320.1º | 0.8% | 0.96% | - |
| XYZ | 47.34 | 25.08 | 45.53 | - |
| YUV | 122.84 | 160.27 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 180 | 0 | 0.80 | 0.27 | 0.04 | 320.1 | 0.92 | 0.58 |
| Hex | F6 | 31 | B4 | 0 | 50 | 1B | 4 | 140 | 5C | 3A |
| Octal | 366 | 61 | 264 | 0 | 120 | 33 | 4 | 500 | 134 | 72 |
| Binary | 11110110 | 110001 | 10110100 | 0 | 1010000 | 11011 | 100 | 101000000 | 1011100 | 111010 |
Color Harmonies of #F631B4
Complementary color
Monochromatic Colors of #F631B4
Black with #F631B4
Text Example
Text Example
White with #F631B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F631B4; }
p { color: rgb(246,49,180); }
H1.HeaderClassName
{
color: #F631B4;
}
.AnyTagClassName
{
color: #F631B4;
}
</style>
background-color css
<style>
a { background-color: #F631B4; }
a { background-color: rgb(246,49,180); }
div.DivClassName
{
background-color: #F631B4;
}
.BgClassName
{
background-color: #F631B4;
}
</style>
border-color css
<style>
span { border-color: #F631B4; }
span { border-color: rgb(246,49,180); }
td.TdClassName
{
border-color: #F631B4;
}
.TagClassName
{
border-color: #F631B4;
}
</style>