Shades of Persian Rose #F235B1
Tints of Persian Rose #F235B1
RGB
CMYK
RGB Variations
Color information
#F235B1 (or 0xF235B1) is known color: Persian Rose. HEX triplet: F2, 35 and B1. RGB value is (242,53,177). Sum of RGB (Red+Green+Blue) = 242+53+177=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F235B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F235B1 is #0DCA4E. Grayscale: #7B7B7B. Windows color (decimal): -903759 or 11613682. OLE color: 11613682.
HSL color Cylindrical-coordinate representation of color #F235B1: hue angle of 320.63º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F235B1 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 177 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.05 |
| HSL | 320.63º | 0.88% | 0.58% | - |
| HSV(B) | 320.63º | 0.78% | 0.95% | - |
| XYZ | 45.83 | 24.6 | 43.93 | - |
| YUV | 123.65 | 158.12 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 177 | 0 | 0.78 | 0.27 | 0.05 | 320.63 | 0.88 | 0.58 |
| Hex | F2 | 35 | B1 | 0 | 4E | 1B | 5 | 141 | 58 | 3A |
| Octal | 362 | 65 | 261 | 0 | 116 | 33 | 5 | 501 | 130 | 72 |
| Binary | 11110010 | 110101 | 10110001 | 0 | 1001110 | 11011 | 101 | 101000001 | 1011000 | 111010 |
Color Harmonies of #F235B1
Complementary color
Monochromatic Colors of #F235B1
Black with #F235B1
Text Example
Text Example
White with #F235B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F235B1; }
p { color: rgb(242,53,177); }
H1.HeaderClassName
{
color: #F235B1;
}
.AnyTagClassName
{
color: #F235B1;
}
</style>
background-color css
<style>
a { background-color: #F235B1; }
a { background-color: rgb(242,53,177); }
div.DivClassName
{
background-color: #F235B1;
}
.BgClassName
{
background-color: #F235B1;
}
</style>
border-color css
<style>
span { border-color: #F235B1; }
span { border-color: rgb(242,53,177); }
td.TdClassName
{
border-color: #F235B1;
}
.TagClassName
{
border-color: #F235B1;
}
</style>