Shades of Persian Rose #F235AD
Tints of Persian Rose #F235AD
RGB
CMYK
RGB Variations
Color information
#F235AD (or 0xF235AD) is known color: Persian Rose. HEX triplet: F2, 35 and AD. RGB value is (242,53,173). Sum of RGB (Red+Green+Blue) = 242+53+173=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F235AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F235AD is #0DCA52. Grayscale: #7A7A7A. Windows color (decimal): -903763 or 11351538. OLE color: 11351538.
HSL color Cylindrical-coordinate representation of color #F235AD: hue angle of 321.9º 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 #F235AD is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 173 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.05 |
| HSL | 321.9º | 0.88% | 0.58% | - |
| HSV(B) | 321.9º | 0.78% | 0.95% | - |
| XYZ | 45.43 | 24.44 | 41.86 | - |
| YUV | 123.19 | 156.12 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 173 | 0 | 0.78 | 0.29 | 0.05 | 321.9 | 0.88 | 0.58 |
| Hex | F2 | 35 | AD | 0 | 4E | 1D | 5 | 142 | 58 | 3A |
| Octal | 362 | 65 | 255 | 0 | 116 | 35 | 5 | 502 | 130 | 72 |
| Binary | 11110010 | 110101 | 10101101 | 0 | 1001110 | 11101 | 101 | 101000010 | 1011000 | 111010 |
Color Harmonies of #F235AD
Complementary color
Monochromatic Colors of #F235AD
Black with #F235AD
Text Example
Text Example
White with #F235AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F235AD; }
p { color: rgb(242,53,173); }
H1.HeaderClassName
{
color: #F235AD;
}
.AnyTagClassName
{
color: #F235AD;
}
</style>
background-color css
<style>
a { background-color: #F235AD; }
a { background-color: rgb(242,53,173); }
div.DivClassName
{
background-color: #F235AD;
}
.BgClassName
{
background-color: #F235AD;
}
</style>
border-color css
<style>
span { border-color: #F235AD; }
span { border-color: rgb(242,53,173); }
td.TdClassName
{
border-color: #F235AD;
}
.TagClassName
{
border-color: #F235AD;
}
</style>