Shades of Persian Rose #F440B3
Tints of Persian Rose #F440B3
RGB
CMYK
RGB Variations
Color information
#F440B3 (or 0xF440B3) is known color: Persian Rose. HEX triplet: F4, 40 and B3. RGB value is (244,64,179). Sum of RGB (Red+Green+Blue) = 244+64+179=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F440B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440B3 is #0BBF4C. Grayscale: #828282. Windows color (decimal): -769869 or 11747572. OLE color: 11747572.
HSL color Cylindrical-coordinate representation of color #F440B3: hue angle of 321.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F440B3 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 179 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.04 |
| HSL | 321.67º | 0.89% | 0.6% | - |
| HSV(B) | 321.67º | 0.74% | 0.96% | - |
| XYZ | 47.28 | 26.15 | 45.2 | - |
| YUV | 130.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 179 | 0 | 0.74 | 0.27 | 0.04 | 321.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | B3 | 0 | 4A | 1B | 4 | 142 | 59 | 3C |
| Octal | 364 | 100 | 263 | 0 | 112 | 33 | 4 | 502 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10110011 | 0 | 1001010 | 11011 | 100 | 101000010 | 1011001 | 111100 |
Color Harmonies of #F440B3
Complementary color
Monochromatic Colors of #F440B3
Black with #F440B3
Text Example
Text Example
White with #F440B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440B3; }
p { color: rgb(244,64,179); }
H1.HeaderClassName
{
color: #F440B3;
}
.AnyTagClassName
{
color: #F440B3;
}
</style>
background-color css
<style>
a { background-color: #F440B3; }
a { background-color: rgb(244,64,179); }
div.DivClassName
{
background-color: #F440B3;
}
.BgClassName
{
background-color: #F440B3;
}
</style>
border-color css
<style>
span { border-color: #F440B3; }
span { border-color: rgb(244,64,179); }
td.TdClassName
{
border-color: #F440B3;
}
.TagClassName
{
border-color: #F440B3;
}
</style>