Shades of Persian Rose #FF38AC
Tints of Persian Rose #FF38AC
RGB
CMYK
RGB Variations
Color information
#FF38AC (or 0xFF38AC) is known color: Persian Rose. HEX triplet: FF, 38 and AC. RGB value is (255,56,172). Sum of RGB (Red+Green+Blue) = 255+56+172=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF38AC is #00C753. Grayscale: #808080. Windows color (decimal): -51028 or 11286783. OLE color: 11286783.
HSL color Cylindrical-coordinate representation of color #FF38AC: hue angle of 325.03º 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 #FF38AC is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 172 | - |
| CMYK | 0 | 0.78 | 0.33 | 0 |
| HSL | 325.03º | 1% | 0.61% | - |
| HSV(B) | 325.03º | 0.78% | 1% | - |
| XYZ | 50.1 | 27.07 | 41.61 | - |
| YUV | 128.73 | 152.43 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 172 | 0 | 0.78 | 0.33 | 0 | 325.03 | 1 | 0.61 |
| Hex | FF | 38 | AC | 0 | 4E | 21 | 0 | 145 | 64 | 3D |
| Octal | 377 | 70 | 254 | 0 | 116 | 41 | 0 | 505 | 144 | 75 |
| Binary | 11111111 | 111000 | 10101100 | 0 | 1001110 | 100001 | 0 | 101000101 | 1100100 | 111101 |
Color Harmonies of #FF38AC
Complementary color
Monochromatic Colors of #FF38AC
Black with #FF38AC
Text Example
Text Example
White with #FF38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38AC; }
p { color: rgb(255,56,172); }
H1.HeaderClassName
{
color: #FF38AC;
}
.AnyTagClassName
{
color: #FF38AC;
}
</style>
background-color css
<style>
a { background-color: #FF38AC; }
a { background-color: rgb(255,56,172); }
div.DivClassName
{
background-color: #FF38AC;
}
.BgClassName
{
background-color: #FF38AC;
}
</style>
border-color css
<style>
span { border-color: #FF38AC; }
span { border-color: rgb(255,56,172); }
td.TdClassName
{
border-color: #FF38AC;
}
.TagClassName
{
border-color: #FF38AC;
}
</style>