Shades of Persian Rose #F938AF
Tints of Persian Rose #F938AF
RGB
CMYK
RGB Variations
Color information
#F938AF (or 0xF938AF) is known color: Persian Rose. HEX triplet: F9, 38 and AF. RGB value is (249,56,175). Sum of RGB (Red+Green+Blue) = 249+56+175=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F938AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F938AF is #06C750. Grayscale: #7E7E7E. Windows color (decimal): -444241 or 11483385. OLE color: 11483385.
HSL color Cylindrical-coordinate representation of color #F938AF: hue angle of 323.01º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F938AF is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 175 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.02 |
| HSL | 323.01º | 0.94% | 0.6% | - |
| HSV(B) | 323.01º | 0.78% | 0.98% | - |
| XYZ | 48.22 | 26.06 | 43.05 | - |
| YUV | 127.27 | 154.94 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 175 | 0 | 0.78 | 0.30 | 0.02 | 323.01 | 0.94 | 0.6 |
| Hex | F9 | 38 | AF | 0 | 4E | 1E | 2 | 143 | 5E | 3C |
| Octal | 371 | 70 | 257 | 0 | 116 | 36 | 2 | 503 | 136 | 74 |
| Binary | 11111001 | 111000 | 10101111 | 0 | 1001110 | 11110 | 10 | 101000011 | 1011110 | 111100 |
Color Harmonies of #F938AF
Complementary color
Monochromatic Colors of #F938AF
Black with #F938AF
Text Example
Text Example
White with #F938AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F938AF; }
p { color: rgb(249,56,175); }
H1.HeaderClassName
{
color: #F938AF;
}
.AnyTagClassName
{
color: #F938AF;
}
</style>
background-color css
<style>
a { background-color: #F938AF; }
a { background-color: rgb(249,56,175); }
div.DivClassName
{
background-color: #F938AF;
}
.BgClassName
{
background-color: #F938AF;
}
</style>
border-color css
<style>
span { border-color: #F938AF; }
span { border-color: rgb(249,56,175); }
td.TdClassName
{
border-color: #F938AF;
}
.TagClassName
{
border-color: #F938AF;
}
</style>