Shades of Persian Rose #F23CB3
Tints of Persian Rose #F23CB3
RGB
CMYK
RGB Variations
Color information
#F23CB3 (or 0xF23CB3) is known color: Persian Rose. HEX triplet: F2, 3C and B3. RGB value is (242,60,179). Sum of RGB (Red+Green+Blue) = 242+60+179=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23CB3 is #0DC34C. Grayscale: #7F7F7F. Windows color (decimal): -901965 or 11746546. OLE color: 11746546.
HSL color Cylindrical-coordinate representation of color #F23CB3: hue angle of 320.77º 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 #F23CB3 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 179 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.05 |
| HSL | 320.77º | 0.88% | 0.59% | - |
| HSV(B) | 320.77º | 0.75% | 0.95% | - |
| XYZ | 46.37 | 25.36 | 45.1 | - |
| YUV | 127.98 | 156.8 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 179 | 0 | 0.75 | 0.26 | 0.05 | 320.77 | 0.88 | 0.59 |
| Hex | F2 | 3C | B3 | 0 | 4B | 1A | 5 | 141 | 58 | 3B |
| Octal | 362 | 74 | 263 | 0 | 113 | 32 | 5 | 501 | 130 | 73 |
| Binary | 11110010 | 111100 | 10110011 | 0 | 1001011 | 11010 | 101 | 101000001 | 1011000 | 111011 |
Color Harmonies of #F23CB3
Complementary color
Monochromatic Colors of #F23CB3
Black with #F23CB3
Text Example
Text Example
White with #F23CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CB3; }
p { color: rgb(242,60,179); }
H1.HeaderClassName
{
color: #F23CB3;
}
.AnyTagClassName
{
color: #F23CB3;
}
</style>
background-color css
<style>
a { background-color: #F23CB3; }
a { background-color: rgb(242,60,179); }
div.DivClassName
{
background-color: #F23CB3;
}
.BgClassName
{
background-color: #F23CB3;
}
</style>
border-color css
<style>
span { border-color: #F23CB3; }
span { border-color: rgb(242,60,179); }
td.TdClassName
{
border-color: #F23CB3;
}
.TagClassName
{
border-color: #F23CB3;
}
</style>