Shades of Persian Rose #F437B1
Tints of Persian Rose #F437B1
RGB
CMYK
RGB Variations
Color information
#F437B1 (or 0xF437B1) is known color: Persian Rose. HEX triplet: F4, 37 and B1. RGB value is (244,55,177). Sum of RGB (Red+Green+Blue) = 244+55+177=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 55 (21.88% from 255 or 11.55% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F437B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F437B1 is #0BC84E. Grayscale: #7D7D7D. Windows color (decimal): -772175 or 11614196. OLE color: 11614196.
HSL color Cylindrical-coordinate representation of color #F437B1: hue angle of 321.27º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F437B1 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 177 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.04 |
| HSL | 321.27º | 0.9% | 0.59% | - |
| HSV(B) | 321.27º | 0.77% | 0.96% | - |
| XYZ | 46.61 | 25.14 | 43.99 | - |
| YUV | 125.42 | 157.12 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 177 | 0 | 0.77 | 0.27 | 0.04 | 321.27 | 0.9 | 0.59 |
| Hex | F4 | 37 | B1 | 0 | 4D | 1B | 4 | 141 | 5A | 3B |
| Octal | 364 | 67 | 261 | 0 | 115 | 33 | 4 | 501 | 132 | 73 |
| Binary | 11110100 | 110111 | 10110001 | 0 | 1001101 | 11011 | 100 | 101000001 | 1011010 | 111011 |
Color Harmonies of #F437B1
Complementary color
Monochromatic Colors of #F437B1
Black with #F437B1
Text Example
Text Example
White with #F437B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F437B1; }
p { color: rgb(244,55,177); }
H1.HeaderClassName
{
color: #F437B1;
}
.AnyTagClassName
{
color: #F437B1;
}
</style>
background-color css
<style>
a { background-color: #F437B1; }
a { background-color: rgb(244,55,177); }
div.DivClassName
{
background-color: #F437B1;
}
.BgClassName
{
background-color: #F437B1;
}
</style>
border-color css
<style>
span { border-color: #F437B1; }
span { border-color: rgb(244,55,177); }
td.TdClassName
{
border-color: #F437B1;
}
.TagClassName
{
border-color: #F437B1;
}
</style>