Shades of Persian Rose #F433A5
Tints of Persian Rose #F433A5
RGB
CMYK
RGB Variations
Color information
#F433A5 (or 0xF433A5) is known color: Persian Rose. HEX triplet: F4, 33 and A5. RGB value is (244,51,165). Sum of RGB (Red+Green+Blue) = 244+51+165=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F433A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F433A5 is #0BCC5A. Grayscale: #797979. Windows color (decimal): -773211 or 10826740. OLE color: 10826740.
HSL color Cylindrical-coordinate representation of color #F433A5: hue angle of 324.56º 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 #F433A5 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 165 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.04 |
| HSL | 324.56º | 0.9% | 0.58% | - |
| HSV(B) | 324.56º | 0.79% | 0.96% | - |
| XYZ | 45.28 | 24.32 | 37.9 | - |
| YUV | 121.7 | 152.44 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 165 | 0 | 0.79 | 0.32 | 0.04 | 324.56 | 0.9 | 0.58 |
| Hex | F4 | 33 | A5 | 0 | 4F | 20 | 4 | 145 | 5A | 3A |
| Octal | 364 | 63 | 245 | 0 | 117 | 40 | 4 | 505 | 132 | 72 |
| Binary | 11110100 | 110011 | 10100101 | 0 | 1001111 | 100000 | 100 | 101000101 | 1011010 | 111010 |
Color Harmonies of #F433A5
Complementary color
Monochromatic Colors of #F433A5
Black with #F433A5
Text Example
Text Example
White with #F433A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F433A5; }
p { color: rgb(244,51,165); }
H1.HeaderClassName
{
color: #F433A5;
}
.AnyTagClassName
{
color: #F433A5;
}
</style>
background-color css
<style>
a { background-color: #F433A5; }
a { background-color: rgb(244,51,165); }
div.DivClassName
{
background-color: #F433A5;
}
.BgClassName
{
background-color: #F433A5;
}
</style>
border-color css
<style>
span { border-color: #F433A5; }
span { border-color: rgb(244,51,165); }
td.TdClassName
{
border-color: #F433A5;
}
.TagClassName
{
border-color: #F433A5;
}
</style>