Shades of Wild Strawberry #FF369D
Tints of Wild Strawberry #FF369D
RGB
CMYK
RGB Variations
Color information
#FF369D (or 0xFF369D) is known color: Wild Strawberry. HEX triplet: FF, 36 and 9D. RGB value is (255,54,157). Sum of RGB (Red+Green+Blue) = 255+54+157=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF369D is #00C962. Grayscale: #7D7D7D. Windows color (decimal): -51555 or 10303231. OLE color: 10303231.
HSL color Cylindrical-coordinate representation of color #FF369D: hue angle of 329.25º 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 #FF369D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 157 | - |
| CMYK | 0 | 0.79 | 0.38 | 0 |
| HSL | 329.25º | 1% | 0.61% | - |
| HSV(B) | 329.25º | 0.79% | 1% | - |
| XYZ | 48.64 | 26.33 | 34.42 | - |
| YUV | 125.84 | 145.59 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 157 | 0 | 0.79 | 0.38 | 0 | 329.25 | 1 | 0.61 |
| Hex | FF | 36 | 9D | 0 | 4F | 26 | 0 | 149 | 64 | 3D |
| Octal | 377 | 66 | 235 | 0 | 117 | 46 | 0 | 511 | 144 | 75 |
| Binary | 11111111 | 110110 | 10011101 | 0 | 1001111 | 100110 | 0 | 101001001 | 1100100 | 111101 |
Color Harmonies of #FF369D
Complementary color
Monochromatic Colors of #FF369D
Black with #FF369D
Text Example
Text Example
White with #FF369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF369D; }
p { color: rgb(255,54,157); }
H1.HeaderClassName
{
color: #FF369D;
}
.AnyTagClassName
{
color: #FF369D;
}
</style>
background-color css
<style>
a { background-color: #FF369D; }
a { background-color: rgb(255,54,157); }
div.DivClassName
{
background-color: #FF369D;
}
.BgClassName
{
background-color: #FF369D;
}
</style>
border-color css
<style>
span { border-color: #FF369D; }
span { border-color: rgb(255,54,157); }
td.TdClassName
{
border-color: #FF369D;
}
.TagClassName
{
border-color: #FF369D;
}
</style>