Shades of Persian Rose #F23CAA
Tints of Persian Rose #F23CAA
RGB
CMYK
RGB Variations
Color information
#F23CAA (or 0xF23CAA) is known color: Persian Rose. HEX triplet: F2, 3C and AA. RGB value is (242,60,170). Sum of RGB (Red+Green+Blue) = 242+60+170=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23CAA is #0DC355. Grayscale: #7E7E7E. Windows color (decimal): -901974 or 11156722. OLE color: 11156722.
HSL color Cylindrical-coordinate representation of color #F23CAA: hue angle of 323.74º degrees, saturation: 0.88, 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 #F23CAA is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 170 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.05 |
| HSL | 323.74º | 0.88% | 0.59% | - |
| HSV(B) | 323.74º | 0.75% | 0.95% | - |
| XYZ | 45.49 | 25.01 | 40.46 | - |
| YUV | 126.96 | 152.3 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 170 | 0 | 0.75 | 0.30 | 0.05 | 323.74 | 0.88 | 0.59 |
| Hex | F2 | 3C | AA | 0 | 4B | 1E | 5 | 144 | 58 | 3B |
| Octal | 362 | 74 | 252 | 0 | 113 | 36 | 5 | 504 | 130 | 73 |
| Binary | 11110010 | 111100 | 10101010 | 0 | 1001011 | 11110 | 101 | 101000100 | 1011000 | 111011 |
Color Harmonies of #F23CAA
Complementary color
Monochromatic Colors of #F23CAA
Black with #F23CAA
Text Example
Text Example
White with #F23CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CAA; }
p { color: rgb(242,60,170); }
H1.HeaderClassName
{
color: #F23CAA;
}
.AnyTagClassName
{
color: #F23CAA;
}
</style>
background-color css
<style>
a { background-color: #F23CAA; }
a { background-color: rgb(242,60,170); }
div.DivClassName
{
background-color: #F23CAA;
}
.BgClassName
{
background-color: #F23CAA;
}
</style>
border-color css
<style>
span { border-color: #F23CAA; }
span { border-color: rgb(242,60,170); }
td.TdClassName
{
border-color: #F23CAA;
}
.TagClassName
{
border-color: #F23CAA;
}
</style>