Shades of Persian Rose #FF38AB
Tints of Persian Rose #FF38AB
RGB
CMYK
RGB Variations
Color information
#FF38AB (or 0xFF38AB) is known color: Persian Rose. HEX triplet: FF, 38 and AB. RGB value is (255,56,171). Sum of RGB (Red+Green+Blue) = 255+56+171=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF38AB is #00C754. Grayscale: #808080. Windows color (decimal): -51029 or 11221247. OLE color: 11221247.
HSL color Cylindrical-coordinate representation of color #FF38AB: hue angle of 325.33º 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 #FF38AB is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 171 | - |
| CMYK | 0 | 0.78 | 0.33 | 0 |
| HSL | 325.33º | 1% | 0.61% | - |
| HSV(B) | 325.33º | 0.78% | 1% | - |
| XYZ | 50 | 27.03 | 41.11 | - |
| YUV | 128.61 | 151.93 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 171 | 0 | 0.78 | 0.33 | 0 | 325.33 | 1 | 0.61 |
| Hex | FF | 38 | AB | 0 | 4E | 21 | 0 | 145 | 64 | 3D |
| Octal | 377 | 70 | 253 | 0 | 116 | 41 | 0 | 505 | 144 | 75 |
| Binary | 11111111 | 111000 | 10101011 | 0 | 1001110 | 100001 | 0 | 101000101 | 1100100 | 111101 |
Color Harmonies of #FF38AB
Complementary color
Monochromatic Colors of #FF38AB
Black with #FF38AB
Text Example
Text Example
White with #FF38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38AB; }
p { color: rgb(255,56,171); }
H1.HeaderClassName
{
color: #FF38AB;
}
.AnyTagClassName
{
color: #FF38AB;
}
</style>
background-color css
<style>
a { background-color: #FF38AB; }
a { background-color: rgb(255,56,171); }
div.DivClassName
{
background-color: #FF38AB;
}
.BgClassName
{
background-color: #FF38AB;
}
</style>
border-color css
<style>
span { border-color: #FF38AB; }
span { border-color: rgb(255,56,171); }
td.TdClassName
{
border-color: #FF38AB;
}
.TagClassName
{
border-color: #FF38AB;
}
</style>