Shades of Persian Rose #F240B0
Tints of Persian Rose #F240B0
RGB
CMYK
RGB Variations
Color information
#F240B0 (or 0xF240B0) is known color: Persian Rose. HEX triplet: F2, 40 and B0. RGB value is (242,64,176). Sum of RGB (Red+Green+Blue) = 242+64+176=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F240B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F240B0 is #0DBF4F. Grayscale: #818181. Windows color (decimal): -900944 or 11550962. OLE color: 11550962.
HSL color Cylindrical-coordinate representation of color #F240B0: hue angle of 322.25º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F240B0 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 176 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.05 |
| HSL | 322.25º | 0.87% | 0.6% | - |
| HSV(B) | 322.25º | 0.74% | 0.95% | - |
| XYZ | 46.29 | 25.68 | 43.59 | - |
| YUV | 129.99 | 153.97 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 176 | 0 | 0.74 | 0.27 | 0.05 | 322.25 | 0.87 | 0.6 |
| Hex | F2 | 40 | B0 | 0 | 4A | 1B | 5 | 142 | 57 | 3C |
| Octal | 362 | 100 | 260 | 0 | 112 | 33 | 5 | 502 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10110000 | 0 | 1001010 | 11011 | 101 | 101000010 | 1010111 | 111100 |
Color Harmonies of #F240B0
Complementary color
Monochromatic Colors of #F240B0
Black with #F240B0
Text Example
Text Example
White with #F240B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240B0; }
p { color: rgb(242,64,176); }
H1.HeaderClassName
{
color: #F240B0;
}
.AnyTagClassName
{
color: #F240B0;
}
</style>
background-color css
<style>
a { background-color: #F240B0; }
a { background-color: rgb(242,64,176); }
div.DivClassName
{
background-color: #F240B0;
}
.BgClassName
{
background-color: #F240B0;
}
</style>
border-color css
<style>
span { border-color: #F240B0; }
span { border-color: rgb(242,64,176); }
td.TdClassName
{
border-color: #F240B0;
}
.TagClassName
{
border-color: #F240B0;
}
</style>