Shades of Persian Rose #F23EAD
Tints of Persian Rose #F23EAD
RGB
CMYK
RGB Variations
Color information
#F23EAD (or 0xF23EAD) is known color: Persian Rose. HEX triplet: F2, 3E and AD. RGB value is (242,62,173). Sum of RGB (Red+Green+Blue) = 242+62+173=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F23EAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23EAD is #0DC152. Grayscale: #808080. Windows color (decimal): -901459 or 11353842. OLE color: 11353842.
HSL color Cylindrical-coordinate representation of color #F23EAD: hue angle of 323º 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 #F23EAD is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 62 | 173 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.05 |
| HSL | 323º | 0.87% | 0.6% | - |
| HSV(B) | 323º | 0.74% | 0.95% | - |
| XYZ | 45.88 | 25.34 | 42.01 | - |
| YUV | 128.47 | 153.13 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 62 | 173 | 0 | 0.74 | 0.29 | 0.05 | 323 | 0.87 | 0.6 |
| Hex | F2 | 3E | AD | 0 | 4A | 1D | 5 | 143 | 57 | 3C |
| Octal | 362 | 76 | 255 | 0 | 112 | 35 | 5 | 503 | 127 | 74 |
| Binary | 11110010 | 111110 | 10101101 | 0 | 1001010 | 11101 | 101 | 101000011 | 1010111 | 111100 |
Color Harmonies of #F23EAD
Complementary color
Monochromatic Colors of #F23EAD
Black with #F23EAD
Text Example
Text Example
White with #F23EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23EAD; }
p { color: rgb(242,62,173); }
H1.HeaderClassName
{
color: #F23EAD;
}
.AnyTagClassName
{
color: #F23EAD;
}
</style>
background-color css
<style>
a { background-color: #F23EAD; }
a { background-color: rgb(242,62,173); }
div.DivClassName
{
background-color: #F23EAD;
}
.BgClassName
{
background-color: #F23EAD;
}
</style>
border-color css
<style>
span { border-color: #F23EAD; }
span { border-color: rgb(242,62,173); }
td.TdClassName
{
border-color: #F23EAD;
}
.TagClassName
{
border-color: #F23EAD;
}
</style>