Shades of Persian Rose #F23BB3
Tints of Persian Rose #F23BB3
RGB
CMYK
RGB Variations
Color information
#F23BB3 (or 0xF23BB3) is known color: Persian Rose. HEX triplet: F2, 3B and B3. RGB value is (242,59,179). Sum of RGB (Red+Green+Blue) = 242+59+179=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F23BB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23BB3 is #0DC44C. Grayscale: #7F7F7F. Windows color (decimal): -902221 or 11746290. OLE color: 11746290.
HSL color Cylindrical-coordinate representation of color #F23BB3: hue angle of 320.66º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23BB3 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 179 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.05 |
| HSL | 320.66º | 0.88% | 0.59% | - |
| HSV(B) | 320.66º | 0.76% | 0.95% | - |
| XYZ | 46.32 | 25.26 | 45.08 | - |
| YUV | 127.4 | 157.13 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 179 | 0 | 0.76 | 0.26 | 0.05 | 320.66 | 0.88 | 0.59 |
| Hex | F2 | 3B | B3 | 0 | 4C | 1A | 5 | 141 | 58 | 3B |
| Octal | 362 | 73 | 263 | 0 | 114 | 32 | 5 | 501 | 130 | 73 |
| Binary | 11110010 | 111011 | 10110011 | 0 | 1001100 | 11010 | 101 | 101000001 | 1011000 | 111011 |
Color Harmonies of #F23BB3
Complementary color
Monochromatic Colors of #F23BB3
Black with #F23BB3
Text Example
Text Example
White with #F23BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23BB3; }
p { color: rgb(242,59,179); }
H1.HeaderClassName
{
color: #F23BB3;
}
.AnyTagClassName
{
color: #F23BB3;
}
</style>
background-color css
<style>
a { background-color: #F23BB3; }
a { background-color: rgb(242,59,179); }
div.DivClassName
{
background-color: #F23BB3;
}
.BgClassName
{
background-color: #F23BB3;
}
</style>
border-color css
<style>
span { border-color: #F23BB3; }
span { border-color: rgb(242,59,179); }
td.TdClassName
{
border-color: #F23BB3;
}
.TagClassName
{
border-color: #F23BB3;
}
</style>