Shades of Persian Rose #F433AF
Tints of Persian Rose #F433AF
RGB
CMYK
RGB Variations
Color information
#F433AF (or 0xF433AF) is known color: Persian Rose. HEX triplet: F4, 33 and AF. RGB value is (244,51,175). Sum of RGB (Red+Green+Blue) = 244+51+175=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F433AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F433AF is #0BCC50. Grayscale: #7A7A7A. Windows color (decimal): -773201 or 11482100. OLE color: 11482100.
HSL color Cylindrical-coordinate representation of color #F433AF: hue angle of 321.45º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F433AF is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 175 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.04 |
| HSL | 321.45º | 0.9% | 0.58% | - |
| HSV(B) | 321.45º | 0.79% | 0.96% | - |
| XYZ | 46.23 | 24.7 | 42.89 | - |
| YUV | 122.84 | 157.44 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 175 | 0 | 0.79 | 0.28 | 0.04 | 321.45 | 0.9 | 0.58 |
| Hex | F4 | 33 | AF | 0 | 4F | 1C | 4 | 141 | 5A | 3A |
| Octal | 364 | 63 | 257 | 0 | 117 | 34 | 4 | 501 | 132 | 72 |
| Binary | 11110100 | 110011 | 10101111 | 0 | 1001111 | 11100 | 100 | 101000001 | 1011010 | 111010 |
Color Harmonies of #F433AF
Complementary color
Monochromatic Colors of #F433AF
Black with #F433AF
Text Example
Text Example
White with #F433AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F433AF; }
p { color: rgb(244,51,175); }
H1.HeaderClassName
{
color: #F433AF;
}
.AnyTagClassName
{
color: #F433AF;
}
</style>
background-color css
<style>
a { background-color: #F433AF; }
a { background-color: rgb(244,51,175); }
div.DivClassName
{
background-color: #F433AF;
}
.BgClassName
{
background-color: #F433AF;
}
</style>
border-color css
<style>
span { border-color: #F433AF; }
span { border-color: rgb(244,51,175); }
td.TdClassName
{
border-color: #F433AF;
}
.TagClassName
{
border-color: #F433AF;
}
</style>