Shades of Persian Rose #FF3CB0
Tints of Persian Rose #FF3CB0
RGB
CMYK
RGB Variations
Color information
#FF3CB0 (or 0xFF3CB0) is known color: Persian Rose. HEX triplet: FF, 3C and B0. RGB value is (255,60,176). Sum of RGB (Red+Green+Blue) = 255+60+176=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3CB0 is #00C34F. Grayscale: #838383. Windows color (decimal): -50000 or 11549951. OLE color: 11549951.
HSL color Cylindrical-coordinate representation of color #FF3CB0: hue angle of 324.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3CB0 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 176 | - |
| CMYK | 0 | 0.76 | 0.31 | 0 |
| HSL | 324.31º | 1% | 0.62% | - |
| HSV(B) | 324.31º | 0.76% | 1% | - |
| XYZ | 50.69 | 27.63 | 43.73 | - |
| YUV | 131.53 | 153.1 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 176 | 0 | 0.76 | 0.31 | 0 | 324.31 | 1 | 0.62 |
| Hex | FF | 3C | B0 | 0 | 4C | 1F | 0 | 144 | 64 | 3E |
| Octal | 377 | 74 | 260 | 0 | 114 | 37 | 0 | 504 | 144 | 76 |
| Binary | 11111111 | 111100 | 10110000 | 0 | 1001100 | 11111 | 0 | 101000100 | 1100100 | 111110 |
Color Harmonies of #FF3CB0
Complementary color
Monochromatic Colors of #FF3CB0
Black with #FF3CB0
Text Example
Text Example
White with #FF3CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CB0; }
p { color: rgb(255,60,176); }
H1.HeaderClassName
{
color: #FF3CB0;
}
.AnyTagClassName
{
color: #FF3CB0;
}
</style>
background-color css
<style>
a { background-color: #FF3CB0; }
a { background-color: rgb(255,60,176); }
div.DivClassName
{
background-color: #FF3CB0;
}
.BgClassName
{
background-color: #FF3CB0;
}
</style>
border-color css
<style>
span { border-color: #FF3CB0; }
span { border-color: rgb(255,60,176); }
td.TdClassName
{
border-color: #FF3CB0;
}
.TagClassName
{
border-color: #FF3CB0;
}
</style>