Shades of Wild Strawberry #FF39A8
Tints of Wild Strawberry #FF39A8
RGB
CMYK
RGB Variations
Color information
#FF39A8 (or 0xFF39A8) is known color: Wild Strawberry. HEX triplet: FF, 39 and A8. RGB value is (255,57,168). Sum of RGB (Red+Green+Blue) = 255+57+168=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 57 (22.66% from 255 or 11.88% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF39A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF39A8 is #00C657. Grayscale: #808080. Windows color (decimal): -50776 or 11024895. OLE color: 11024895.
HSL color Cylindrical-coordinate representation of color #FF39A8: hue angle of 326.36º 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 #FF39A8 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 168 | - |
| CMYK | 0 | 0.78 | 0.34 | 0 |
| HSL | 326.36º | 1% | 0.61% | - |
| HSV(B) | 326.36º | 0.78% | 1% | - |
| XYZ | 49.77 | 27.01 | 39.64 | - |
| YUV | 128.86 | 150.1 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 168 | 0 | 0.78 | 0.34 | 0 | 326.36 | 1 | 0.61 |
| Hex | FF | 39 | A8 | 0 | 4E | 22 | 0 | 146 | 64 | 3D |
| Octal | 377 | 71 | 250 | 0 | 116 | 42 | 0 | 506 | 144 | 75 |
| Binary | 11111111 | 111001 | 10101000 | 0 | 1001110 | 100010 | 0 | 101000110 | 1100100 | 111101 |
Color Harmonies of #FF39A8
Complementary color
Monochromatic Colors of #FF39A8
Black with #FF39A8
Text Example
Text Example
White with #FF39A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF39A8; }
p { color: rgb(255,57,168); }
H1.HeaderClassName
{
color: #FF39A8;
}
.AnyTagClassName
{
color: #FF39A8;
}
</style>
background-color css
<style>
a { background-color: #FF39A8; }
a { background-color: rgb(255,57,168); }
div.DivClassName
{
background-color: #FF39A8;
}
.BgClassName
{
background-color: #FF39A8;
}
</style>
border-color css
<style>
span { border-color: #FF39A8; }
span { border-color: rgb(255,57,168); }
td.TdClassName
{
border-color: #FF39A8;
}
.TagClassName
{
border-color: #FF39A8;
}
</style>