Shades of Persian Rose #FB239C
Tints of Persian Rose #FB239C
RGB
CMYK
RGB Variations
Color information
#FB239C (or 0xFB239C) is known color: Persian Rose. HEX triplet: FB, 23 and 9C. RGB value is (251,35,156). Sum of RGB (Red+Green+Blue) = 251+35+156=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB239C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB239C is #04DC63. Grayscale: #717171. Windows color (decimal): -318564 or 10232827. OLE color: 10232827.
HSL color Cylindrical-coordinate representation of color #FB239C: hue angle of 326.39º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB239C is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 156 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.02 |
| HSL | 326.39º | 0.96% | 0.56% | - |
| HSV(B) | 326.39º | 0.86% | 0.98% | - |
| XYZ | 46.39 | 24.11 | 33.66 | - |
| YUV | 113.38 | 152.06 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 156 | 0 | 0.86 | 0.38 | 0.02 | 326.39 | 0.96 | 0.56 |
| Hex | FB | 23 | 9C | 0 | 56 | 26 | 2 | 146 | 60 | 38 |
| Octal | 373 | 43 | 234 | 0 | 126 | 46 | 2 | 506 | 140 | 70 |
| Binary | 11111011 | 100011 | 10011100 | 0 | 1010110 | 100110 | 10 | 101000110 | 1100000 | 111000 |
Color Harmonies of #FB239C
Complementary color
Monochromatic Colors of #FB239C
Black with #FB239C
Text Example
Text Example
White with #FB239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB239C; }
p { color: rgb(251,35,156); }
H1.HeaderClassName
{
color: #FB239C;
}
.AnyTagClassName
{
color: #FB239C;
}
</style>
background-color css
<style>
a { background-color: #FB239C; }
a { background-color: rgb(251,35,156); }
div.DivClassName
{
background-color: #FB239C;
}
.BgClassName
{
background-color: #FB239C;
}
</style>
border-color css
<style>
span { border-color: #FB239C; }
span { border-color: rgb(251,35,156); }
td.TdClassName
{
border-color: #FB239C;
}
.TagClassName
{
border-color: #FB239C;
}
</style>