Shades of Persian Rose #F934AF
Tints of Persian Rose #F934AF
RGB
CMYK
RGB Variations
Color information
#F934AF (or 0xF934AF) is known color: Persian Rose. HEX triplet: F9, 34 and AF. RGB value is (249,52,175). Sum of RGB (Red+Green+Blue) = 249+52+175=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F934AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F934AF is #06CB50. Grayscale: #7C7C7C. Windows color (decimal): -445265 or 11482361. OLE color: 11482361.
HSL color Cylindrical-coordinate representation of color #F934AF: hue angle of 322.54º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F934AF is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 175 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.02 |
| HSL | 322.54º | 0.94% | 0.59% | - |
| HSV(B) | 322.54º | 0.79% | 0.98% | - |
| XYZ | 48.03 | 25.69 | 42.98 | - |
| YUV | 124.93 | 156.27 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 175 | 0 | 0.79 | 0.30 | 0.02 | 322.54 | 0.94 | 0.59 |
| Hex | F9 | 34 | AF | 0 | 4F | 1E | 2 | 143 | 5E | 3B |
| Octal | 371 | 64 | 257 | 0 | 117 | 36 | 2 | 503 | 136 | 73 |
| Binary | 11111001 | 110100 | 10101111 | 0 | 1001111 | 11110 | 10 | 101000011 | 1011110 | 111011 |
Color Harmonies of #F934AF
Complementary color
Monochromatic Colors of #F934AF
Black with #F934AF
Text Example
Text Example
White with #F934AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F934AF; }
p { color: rgb(249,52,175); }
H1.HeaderClassName
{
color: #F934AF;
}
.AnyTagClassName
{
color: #F934AF;
}
</style>
background-color css
<style>
a { background-color: #F934AF; }
a { background-color: rgb(249,52,175); }
div.DivClassName
{
background-color: #F934AF;
}
.BgClassName
{
background-color: #F934AF;
}
</style>
border-color css
<style>
span { border-color: #F934AF; }
span { border-color: rgb(249,52,175); }
td.TdClassName
{
border-color: #F934AF;
}
.TagClassName
{
border-color: #F934AF;
}
</style>