Shades of Persian Rose #F23DB0
Tints of Persian Rose #F23DB0
RGB
CMYK
RGB Variations
Color information
#F23DB0 (or 0xF23DB0) is known color: Persian Rose. HEX triplet: F2, 3D and B0. RGB value is (242,61,176). Sum of RGB (Red+Green+Blue) = 242+61+176=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F23DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23DB0 is #0DC24F. Grayscale: #7F7F7F. Windows color (decimal): -901712 or 11550194. OLE color: 11550194.
HSL color Cylindrical-coordinate representation of color #F23DB0: hue angle of 321.88º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23DB0 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 176 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.05 |
| HSL | 321.88º | 0.87% | 0.59% | - |
| HSV(B) | 321.88º | 0.75% | 0.95% | - |
| XYZ | 46.12 | 25.35 | 43.54 | - |
| YUV | 128.23 | 154.97 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 176 | 0 | 0.75 | 0.27 | 0.05 | 321.88 | 0.87 | 0.59 |
| Hex | F2 | 3D | B0 | 0 | 4B | 1B | 5 | 142 | 57 | 3B |
| Octal | 362 | 75 | 260 | 0 | 113 | 33 | 5 | 502 | 127 | 73 |
| Binary | 11110010 | 111101 | 10110000 | 0 | 1001011 | 11011 | 101 | 101000010 | 1010111 | 111011 |
Color Harmonies of #F23DB0
Complementary color
Monochromatic Colors of #F23DB0
Black with #F23DB0
Text Example
Text Example
White with #F23DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23DB0; }
p { color: rgb(242,61,176); }
H1.HeaderClassName
{
color: #F23DB0;
}
.AnyTagClassName
{
color: #F23DB0;
}
</style>
background-color css
<style>
a { background-color: #F23DB0; }
a { background-color: rgb(242,61,176); }
div.DivClassName
{
background-color: #F23DB0;
}
.BgClassName
{
background-color: #F23DB0;
}
</style>
border-color css
<style>
span { border-color: #F23DB0; }
span { border-color: rgb(242,61,176); }
td.TdClassName
{
border-color: #F23DB0;
}
.TagClassName
{
border-color: #F23DB0;
}
</style>