Shades of Persian Rose #F63FB3
Tints of Persian Rose #F63FB3
RGB
CMYK
RGB Variations
Color information
#F63FB3 (or 0xF63FB3) is known color: Persian Rose. HEX triplet: F6, 3F and B3. RGB value is (246,63,179). Sum of RGB (Red+Green+Blue) = 246+63+179=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FB3 is #09C04C. Grayscale: #828282. Windows color (decimal): -639053 or 11747318. OLE color: 11747318.
HSL color Cylindrical-coordinate representation of color #F63FB3: hue angle of 321.97º 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 #F63FB3 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 179 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.04 |
| HSL | 321.97º | 0.91% | 0.61% | - |
| HSV(B) | 321.97º | 0.74% | 0.96% | - |
| XYZ | 47.92 | 26.4 | 45.22 | - |
| YUV | 130.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 179 | 0 | 0.74 | 0.27 | 0.04 | 321.97 | 0.91 | 0.61 |
| Hex | F6 | 3F | B3 | 0 | 4A | 1B | 4 | 142 | 5B | 3D |
| Octal | 366 | 77 | 263 | 0 | 112 | 33 | 4 | 502 | 133 | 75 |
| Binary | 11110110 | 111111 | 10110011 | 0 | 1001010 | 11011 | 100 | 101000010 | 1011011 | 111101 |
Color Harmonies of #F63FB3
Complementary color
Monochromatic Colors of #F63FB3
Black with #F63FB3
Text Example
Text Example
White with #F63FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FB3; }
p { color: rgb(246,63,179); }
H1.HeaderClassName
{
color: #F63FB3;
}
.AnyTagClassName
{
color: #F63FB3;
}
</style>
background-color css
<style>
a { background-color: #F63FB3; }
a { background-color: rgb(246,63,179); }
div.DivClassName
{
background-color: #F63FB3;
}
.BgClassName
{
background-color: #F63FB3;
}
</style>
border-color css
<style>
span { border-color: #F63FB3; }
span { border-color: rgb(246,63,179); }
td.TdClassName
{
border-color: #F63FB3;
}
.TagClassName
{
border-color: #F63FB3;
}
</style>