Shades of Persian Rose #FF30B2
Tints of Persian Rose #FF30B2
RGB
CMYK
RGB Variations
Color information
#FF30B2 (or 0xFF30B2) is known color: Persian Rose. HEX triplet: FF, 30 and B2. RGB value is (255,48,178). Sum of RGB (Red+Green+Blue) = 255+48+178=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30B2 is #00CF4D. Grayscale: #7C7C7C. Windows color (decimal): -53070 or 11677951. OLE color: 11677951.
HSL color Cylindrical-coordinate representation of color #FF30B2: hue angle of 322.32º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF30B2 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 178 | - |
| CMYK | 0 | 0.81 | 0.30 | 0 |
| HSL | 322.32º | 1% | 0.59% | - |
| HSV(B) | 322.32º | 0.81% | 1% | - |
| XYZ | 50.33 | 26.59 | 44.6 | - |
| YUV | 124.71 | 158.08 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 178 | 0 | 0.81 | 0.30 | 0 | 322.32 | 1 | 0.59 |
| Hex | FF | 30 | B2 | 0 | 51 | 1E | 0 | 142 | 64 | 3B |
| Octal | 377 | 60 | 262 | 0 | 121 | 36 | 0 | 502 | 144 | 73 |
| Binary | 11111111 | 110000 | 10110010 | 0 | 1010001 | 11110 | 0 | 101000010 | 1100100 | 111011 |
Color Harmonies of #FF30B2
Complementary color
Monochromatic Colors of #FF30B2
Black with #FF30B2
Text Example
Text Example
White with #FF30B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30B2; }
p { color: rgb(255,48,178); }
H1.HeaderClassName
{
color: #FF30B2;
}
.AnyTagClassName
{
color: #FF30B2;
}
</style>
background-color css
<style>
a { background-color: #FF30B2; }
a { background-color: rgb(255,48,178); }
div.DivClassName
{
background-color: #FF30B2;
}
.BgClassName
{
background-color: #FF30B2;
}
</style>
border-color css
<style>
span { border-color: #FF30B2; }
span { border-color: rgb(255,48,178); }
td.TdClassName
{
border-color: #FF30B2;
}
.TagClassName
{
border-color: #FF30B2;
}
</style>