Shades of Persian Rose #F635AF
Tints of Persian Rose #F635AF
RGB
CMYK
RGB Variations
Color information
#F635AF (or 0xF635AF) is known color: Persian Rose. HEX triplet: F6, 35 and AF. RGB value is (246,53,175). Sum of RGB (Red+Green+Blue) = 246+53+175=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F635AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F635AF is #09CA50. Grayscale: #7C7C7C. Windows color (decimal): -641617 or 11482614. OLE color: 11482614.
HSL color Cylindrical-coordinate representation of color #F635AF: hue angle of 322.07º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F635AF is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 175 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.04 |
| HSL | 322.07º | 0.91% | 0.59% | - |
| HSV(B) | 322.07º | 0.78% | 0.96% | - |
| XYZ | 47.02 | 25.23 | 42.95 | - |
| YUV | 124.62 | 156.44 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 175 | 0 | 0.78 | 0.29 | 0.04 | 322.07 | 0.91 | 0.59 |
| Hex | F6 | 35 | AF | 0 | 4E | 1D | 4 | 142 | 5B | 3B |
| Octal | 366 | 65 | 257 | 0 | 116 | 35 | 4 | 502 | 133 | 73 |
| Binary | 11110110 | 110101 | 10101111 | 0 | 1001110 | 11101 | 100 | 101000010 | 1011011 | 111011 |
Color Harmonies of #F635AF
Complementary color
Monochromatic Colors of #F635AF
Black with #F635AF
Text Example
Text Example
White with #F635AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F635AF; }
p { color: rgb(246,53,175); }
H1.HeaderClassName
{
color: #F635AF;
}
.AnyTagClassName
{
color: #F635AF;
}
</style>
background-color css
<style>
a { background-color: #F635AF; }
a { background-color: rgb(246,53,175); }
div.DivClassName
{
background-color: #F635AF;
}
.BgClassName
{
background-color: #F635AF;
}
</style>
border-color css
<style>
span { border-color: #F635AF; }
span { border-color: rgb(246,53,175); }
td.TdClassName
{
border-color: #F635AF;
}
.TagClassName
{
border-color: #F635AF;
}
</style>