Shades of Persian Rose #F433AB
Tints of Persian Rose #F433AB
RGB
CMYK
RGB Variations
Color information
#F433AB (or 0xF433AB) is known color: Persian Rose. HEX triplet: F4, 33 and AB. RGB value is (244,51,171). Sum of RGB (Red+Green+Blue) = 244+51+171=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F433AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F433AB is #0BCC54. Grayscale: #7A7A7A. Windows color (decimal): -773205 or 11219956. OLE color: 11219956.
HSL color Cylindrical-coordinate representation of color #F433AB: hue angle of 322.69º 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 #F433AB is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 171 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.04 |
| HSL | 322.69º | 0.9% | 0.58% | - |
| HSV(B) | 322.69º | 0.79% | 0.96% | - |
| XYZ | 45.84 | 24.54 | 40.85 | - |
| YUV | 122.39 | 155.44 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 171 | 0 | 0.79 | 0.30 | 0.04 | 322.69 | 0.9 | 0.58 |
| Hex | F4 | 33 | AB | 0 | 4F | 1E | 4 | 143 | 5A | 3A |
| Octal | 364 | 63 | 253 | 0 | 117 | 36 | 4 | 503 | 132 | 72 |
| Binary | 11110100 | 110011 | 10101011 | 0 | 1001111 | 11110 | 100 | 101000011 | 1011010 | 111010 |
Color Harmonies of #F433AB
Complementary color
Monochromatic Colors of #F433AB
Black with #F433AB
Text Example
Text Example
White with #F433AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F433AB; }
p { color: rgb(244,51,171); }
H1.HeaderClassName
{
color: #F433AB;
}
.AnyTagClassName
{
color: #F433AB;
}
</style>
background-color css
<style>
a { background-color: #F433AB; }
a { background-color: rgb(244,51,171); }
div.DivClassName
{
background-color: #F433AB;
}
.BgClassName
{
background-color: #F433AB;
}
</style>
border-color css
<style>
span { border-color: #F433AB; }
span { border-color: rgb(244,51,171); }
td.TdClassName
{
border-color: #F433AB;
}
.TagClassName
{
border-color: #F433AB;
}
</style>