Shades of Persian Rose #F640B1
Tints of Persian Rose #F640B1
RGB
CMYK
RGB Variations
Color information
#F640B1 (or 0xF640B1) is known color: Persian Rose. HEX triplet: F6, 40 and B1. RGB value is (246,64,177). Sum of RGB (Red+Green+Blue) = 246+64+177=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F640B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F640B1 is #09BF4E. Grayscale: #838383. Windows color (decimal): -638799 or 11616502. OLE color: 11616502.
HSL color Cylindrical-coordinate representation of color #F640B1: hue angle of 322.75º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F640B1 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 177 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.04 |
| HSL | 322.75º | 0.91% | 0.61% | - |
| HSV(B) | 322.75º | 0.74% | 0.96% | - |
| XYZ | 47.78 | 26.43 | 44.18 | - |
| YUV | 131.3 | 153.8 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 177 | 0 | 0.74 | 0.28 | 0.04 | 322.75 | 0.91 | 0.61 |
| Hex | F6 | 40 | B1 | 0 | 4A | 1C | 4 | 143 | 5B | 3D |
| Octal | 366 | 100 | 261 | 0 | 112 | 34 | 4 | 503 | 133 | 75 |
| Binary | 11110110 | 1000000 | 10110001 | 0 | 1001010 | 11100 | 100 | 101000011 | 1011011 | 111101 |
Color Harmonies of #F640B1
Complementary color
Monochromatic Colors of #F640B1
Black with #F640B1
Text Example
Text Example
White with #F640B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640B1; }
p { color: rgb(246,64,177); }
H1.HeaderClassName
{
color: #F640B1;
}
.AnyTagClassName
{
color: #F640B1;
}
</style>
background-color css
<style>
a { background-color: #F640B1; }
a { background-color: rgb(246,64,177); }
div.DivClassName
{
background-color: #F640B1;
}
.BgClassName
{
background-color: #F640B1;
}
</style>
border-color css
<style>
span { border-color: #F640B1; }
span { border-color: rgb(246,64,177); }
td.TdClassName
{
border-color: #F640B1;
}
.TagClassName
{
border-color: #F640B1;
}
</style>