Shades of Wild Strawberry #FF368C
Tints of Wild Strawberry #FF368C
RGB
CMYK
RGB Variations
Color information
#FF368C (or 0xFF368C) is known color: Wild Strawberry. HEX triplet: FF, 36 and 8C. RGB value is (255,54,140). Sum of RGB (Red+Green+Blue) = 255+54+140=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF368C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF368C is #00C973. Grayscale: #7B7B7B. Windows color (decimal): -51572 or 9189119. OLE color: 9189119.
HSL color Cylindrical-coordinate representation of color #FF368C: hue angle of 334.33º 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 #FF368C is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 140 | - |
| CMYK | 0 | 0.79 | 0.45 | 0 |
| HSL | 334.33º | 1% | 0.61% | - |
| HSV(B) | 334.33º | 0.79% | 1% | - |
| XYZ | 47.29 | 25.79 | 27.3 | - |
| YUV | 123.9 | 137.09 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 140 | 0 | 0.79 | 0.45 | 0 | 334.33 | 1 | 0.61 |
| Hex | FF | 36 | 8C | 0 | 4F | 2D | 0 | 14E | 64 | 3D |
| Octal | 377 | 66 | 214 | 0 | 117 | 55 | 0 | 516 | 144 | 75 |
| Binary | 11111111 | 110110 | 10001100 | 0 | 1001111 | 101101 | 0 | 101001110 | 1100100 | 111101 |
Color Harmonies of #FF368C
Complementary color
Monochromatic Colors of #FF368C
Black with #FF368C
Text Example
Text Example
White with #FF368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF368C; }
p { color: rgb(255,54,140); }
H1.HeaderClassName
{
color: #FF368C;
}
.AnyTagClassName
{
color: #FF368C;
}
</style>
background-color css
<style>
a { background-color: #FF368C; }
a { background-color: rgb(255,54,140); }
div.DivClassName
{
background-color: #FF368C;
}
.BgClassName
{
background-color: #FF368C;
}
</style>
border-color css
<style>
span { border-color: #FF368C; }
span { border-color: rgb(255,54,140); }
td.TdClassName
{
border-color: #FF368C;
}
.TagClassName
{
border-color: #FF368C;
}
</style>