Shades of Persian Rose #F630B4
Tints of Persian Rose #F630B4
RGB
CMYK
RGB Variations
Color information
#F630B4 (or 0xF630B4) is known color: Persian Rose. HEX triplet: F6, 30 and B4. RGB value is (246,48,180). Sum of RGB (Red+Green+Blue) = 246+48+180=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F630B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630B4 is #09CF4B. Grayscale: #797979. Windows color (decimal): -642892 or 11809014. OLE color: 11809014.
HSL color Cylindrical-coordinate representation of color #F630B4: hue angle of 320º 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 #F630B4 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 180 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.04 |
| HSL | 320º | 0.92% | 0.58% | - |
| HSV(B) | 320º | 0.8% | 0.96% | - |
| XYZ | 47.3 | 25 | 45.51 | - |
| YUV | 122.25 | 160.6 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 180 | 0 | 0.80 | 0.27 | 0.04 | 320 | 0.92 | 0.58 |
| Hex | F6 | 30 | B4 | 0 | 50 | 1B | 4 | 140 | 5C | 3A |
| Octal | 366 | 60 | 264 | 0 | 120 | 33 | 4 | 500 | 134 | 72 |
| Binary | 11110110 | 110000 | 10110100 | 0 | 1010000 | 11011 | 100 | 101000000 | 1011100 | 111010 |
Color Harmonies of #F630B4
Complementary color
Monochromatic Colors of #F630B4
Black with #F630B4
Text Example
Text Example
White with #F630B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F630B4; }
p { color: rgb(246,48,180); }
H1.HeaderClassName
{
color: #F630B4;
}
.AnyTagClassName
{
color: #F630B4;
}
</style>
background-color css
<style>
a { background-color: #F630B4; }
a { background-color: rgb(246,48,180); }
div.DivClassName
{
background-color: #F630B4;
}
.BgClassName
{
background-color: #F630B4;
}
</style>
border-color css
<style>
span { border-color: #F630B4; }
span { border-color: rgb(246,48,180); }
td.TdClassName
{
border-color: #F630B4;
}
.TagClassName
{
border-color: #F630B4;
}
</style>