Shades of Persian Rose #F23DAE
Tints of Persian Rose #F23DAE
RGB
CMYK
RGB Variations
Color information
#F23DAE (or 0xF23DAE) is known color: Persian Rose. HEX triplet: F2, 3D and AE. RGB value is (242,61,174). Sum of RGB (Red+Green+Blue) = 242+61+174=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F23DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23DAE is #0DC251. Grayscale: #7F7F7F. Windows color (decimal): -901714 or 11419122. OLE color: 11419122.
HSL color Cylindrical-coordinate representation of color #F23DAE: hue angle of 322.54º 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 #F23DAE is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 174 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.05 |
| HSL | 322.54º | 0.87% | 0.59% | - |
| HSV(B) | 322.54º | 0.75% | 0.95% | - |
| XYZ | 45.93 | 25.27 | 42.5 | - |
| YUV | 128 | 153.97 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 174 | 0 | 0.75 | 0.28 | 0.05 | 322.54 | 0.87 | 0.59 |
| Hex | F2 | 3D | AE | 0 | 4B | 1C | 5 | 143 | 57 | 3B |
| Octal | 362 | 75 | 256 | 0 | 113 | 34 | 5 | 503 | 127 | 73 |
| Binary | 11110010 | 111101 | 10101110 | 0 | 1001011 | 11100 | 101 | 101000011 | 1010111 | 111011 |
Color Harmonies of #F23DAE
Complementary color
Monochromatic Colors of #F23DAE
Black with #F23DAE
Text Example
Text Example
White with #F23DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23DAE; }
p { color: rgb(242,61,174); }
H1.HeaderClassName
{
color: #F23DAE;
}
.AnyTagClassName
{
color: #F23DAE;
}
</style>
background-color css
<style>
a { background-color: #F23DAE; }
a { background-color: rgb(242,61,174); }
div.DivClassName
{
background-color: #F23DAE;
}
.BgClassName
{
background-color: #F23DAE;
}
</style>
border-color css
<style>
span { border-color: #F23DAE; }
span { border-color: rgb(242,61,174); }
td.TdClassName
{
border-color: #F23DAE;
}
.TagClassName
{
border-color: #F23DAE;
}
</style>