Shades of Persian Rose #FF38B5
Tints of Persian Rose #FF38B5
RGB
CMYK
RGB Variations
Color information
#FF38B5 (or 0xFF38B5) is known color: Persian Rose. HEX triplet: FF, 38 and B5. RGB value is (255,56,181). Sum of RGB (Red+Green+Blue) = 255+56+181=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38B5 is #00C74A. Grayscale: #818181. Windows color (decimal): -51019 or 11876607. OLE color: 11876607.
HSL color Cylindrical-coordinate representation of color #FF38B5: hue angle of 322.31º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF38B5 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 181 | - |
| CMYK | 0 | 0.78 | 0.29 | 0 |
| HSL | 322.31º | 1% | 0.61% | - |
| HSV(B) | 322.31º | 0.78% | 1% | - |
| XYZ | 50.99 | 27.42 | 46.32 | - |
| YUV | 129.75 | 156.93 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 181 | 0 | 0.78 | 0.29 | 0 | 322.31 | 1 | 0.61 |
| Hex | FF | 38 | B5 | 0 | 4E | 1D | 0 | 142 | 64 | 3D |
| Octal | 377 | 70 | 265 | 0 | 116 | 35 | 0 | 502 | 144 | 75 |
| Binary | 11111111 | 111000 | 10110101 | 0 | 1001110 | 11101 | 0 | 101000010 | 1100100 | 111101 |
Color Harmonies of #FF38B5
Complementary color
Monochromatic Colors of #FF38B5
Black with #FF38B5
Text Example
Text Example
White with #FF38B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38B5; }
p { color: rgb(255,56,181); }
H1.HeaderClassName
{
color: #FF38B5;
}
.AnyTagClassName
{
color: #FF38B5;
}
</style>
background-color css
<style>
a { background-color: #FF38B5; }
a { background-color: rgb(255,56,181); }
div.DivClassName
{
background-color: #FF38B5;
}
.BgClassName
{
background-color: #FF38B5;
}
</style>
border-color css
<style>
span { border-color: #FF38B5; }
span { border-color: rgb(255,56,181); }
td.TdClassName
{
border-color: #FF38B5;
}
.TagClassName
{
border-color: #FF38B5;
}
</style>