Shades of Persian Rose #F63FAF
Tints of Persian Rose #F63FAF
RGB
CMYK
RGB Variations
Color information
#F63FAF (or 0xF63FAF) is known color: Persian Rose. HEX triplet: F6, 3F and AF. RGB value is (246,63,175). Sum of RGB (Red+Green+Blue) = 246+63+175=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63FAF is #09C050. Grayscale: #828282. Windows color (decimal): -639057 or 11485174. OLE color: 11485174.
HSL color Cylindrical-coordinate representation of color #F63FAF: hue angle of 323.28º 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 #F63FAF is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 175 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.04 |
| HSL | 323.28º | 0.91% | 0.61% | - |
| HSV(B) | 323.28º | 0.74% | 0.96% | - |
| XYZ | 47.52 | 26.24 | 43.12 | - |
| YUV | 130.49 | 153.13 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 175 | 0 | 0.74 | 0.29 | 0.04 | 323.28 | 0.91 | 0.61 |
| Hex | F6 | 3F | AF | 0 | 4A | 1D | 4 | 143 | 5B | 3D |
| Octal | 366 | 77 | 257 | 0 | 112 | 35 | 4 | 503 | 133 | 75 |
| Binary | 11110110 | 111111 | 10101111 | 0 | 1001010 | 11101 | 100 | 101000011 | 1011011 | 111101 |
Color Harmonies of #F63FAF
Complementary color
Monochromatic Colors of #F63FAF
Black with #F63FAF
Text Example
Text Example
White with #F63FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FAF; }
p { color: rgb(246,63,175); }
H1.HeaderClassName
{
color: #F63FAF;
}
.AnyTagClassName
{
color: #F63FAF;
}
</style>
background-color css
<style>
a { background-color: #F63FAF; }
a { background-color: rgb(246,63,175); }
div.DivClassName
{
background-color: #F63FAF;
}
.BgClassName
{
background-color: #F63FAF;
}
</style>
border-color css
<style>
span { border-color: #F63FAF; }
span { border-color: rgb(246,63,175); }
td.TdClassName
{
border-color: #F63FAF;
}
.TagClassName
{
border-color: #F63FAF;
}
</style>