Shades of Wild Strawberry #FF368F
Tints of Wild Strawberry #FF368F
RGB
CMYK
RGB Variations
Color information
#FF368F (or 0xFF368F) is known color: Wild Strawberry. HEX triplet: FF, 36 and 8F. RGB value is (255,54,143). Sum of RGB (Red+Green+Blue) = 255+54+143=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF368F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF368F is #00C970. Grayscale: #7C7C7C. Windows color (decimal): -51569 or 9385727. OLE color: 9385727.
HSL color Cylindrical-coordinate representation of color #FF368F: hue angle of 333.43º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF368F is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 143 | - |
| CMYK | 0 | 0.79 | 0.44 | 0 |
| HSL | 333.43º | 1% | 0.61% | - |
| HSV(B) | 333.43º | 0.79% | 1% | - |
| XYZ | 47.52 | 25.88 | 28.48 | - |
| YUV | 124.25 | 138.59 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 143 | 0 | 0.79 | 0.44 | 0 | 333.43 | 1 | 0.61 |
| Hex | FF | 36 | 8F | 0 | 4F | 2C | 0 | 14D | 64 | 3D |
| Octal | 377 | 66 | 217 | 0 | 117 | 54 | 0 | 515 | 144 | 75 |
| Binary | 11111111 | 110110 | 10001111 | 0 | 1001111 | 101100 | 0 | 101001101 | 1100100 | 111101 |
Color Harmonies of #FF368F
Complementary color
Monochromatic Colors of #FF368F
Black with #FF368F
Text Example
Text Example
White with #FF368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF368F; }
p { color: rgb(255,54,143); }
H1.HeaderClassName
{
color: #FF368F;
}
.AnyTagClassName
{
color: #FF368F;
}
</style>
background-color css
<style>
a { background-color: #FF368F; }
a { background-color: rgb(255,54,143); }
div.DivClassName
{
background-color: #FF368F;
}
.BgClassName
{
background-color: #FF368F;
}
</style>
border-color css
<style>
span { border-color: #FF368F; }
span { border-color: rgb(255,54,143); }
td.TdClassName
{
border-color: #FF368F;
}
.TagClassName
{
border-color: #FF368F;
}
</style>