Shades of Persian Rose #F638B1
Tints of Persian Rose #F638B1
RGB
CMYK
RGB Variations
Color information
#F638B1 (or 0xF638B1) is known color: Persian Rose. HEX triplet: F6, 38 and B1. RGB value is (246,56,177). Sum of RGB (Red+Green+Blue) = 246+56+177=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F638B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F638B1 is #09C74E. Grayscale: #7E7E7E. Windows color (decimal): -640847 or 11614454. OLE color: 11614454.
HSL color Cylindrical-coordinate representation of color #F638B1: hue angle of 321.79º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F638B1 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 177 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.04 |
| HSL | 321.79º | 0.91% | 0.59% | - |
| HSV(B) | 321.79º | 0.77% | 0.96% | - |
| XYZ | 47.36 | 25.6 | 44.04 | - |
| YUV | 126.6 | 156.45 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 177 | 0 | 0.77 | 0.28 | 0.04 | 321.79 | 0.91 | 0.59 |
| Hex | F6 | 38 | B1 | 0 | 4D | 1C | 4 | 142 | 5B | 3B |
| Octal | 366 | 70 | 261 | 0 | 115 | 34 | 4 | 502 | 133 | 73 |
| Binary | 11110110 | 111000 | 10110001 | 0 | 1001101 | 11100 | 100 | 101000010 | 1011011 | 111011 |
Color Harmonies of #F638B1
Complementary color
Monochromatic Colors of #F638B1
Black with #F638B1
Text Example
Text Example
White with #F638B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F638B1; }
p { color: rgb(246,56,177); }
H1.HeaderClassName
{
color: #F638B1;
}
.AnyTagClassName
{
color: #F638B1;
}
</style>
background-color css
<style>
a { background-color: #F638B1; }
a { background-color: rgb(246,56,177); }
div.DivClassName
{
background-color: #F638B1;
}
.BgClassName
{
background-color: #F638B1;
}
</style>
border-color css
<style>
span { border-color: #F638B1; }
span { border-color: rgb(246,56,177); }
td.TdClassName
{
border-color: #F638B1;
}
.TagClassName
{
border-color: #F638B1;
}
</style>