Shades of Wild Strawberry #FF369B
Tints of Wild Strawberry #FF369B
RGB
CMYK
RGB Variations
Color information
#FF369B (or 0xFF369B) is known color: Wild Strawberry. HEX triplet: FF, 36 and 9B. RGB value is (255,54,155). Sum of RGB (Red+Green+Blue) = 255+54+155=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF369B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF369B is #00C964. Grayscale: #7D7D7D. Windows color (decimal): -51557 or 10172159. OLE color: 10172159.
HSL color Cylindrical-coordinate representation of color #FF369B: hue angle of 329.85º 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 #FF369B is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 155 | - |
| CMYK | 0 | 0.79 | 0.39 | 0 |
| HSL | 329.85º | 1% | 0.61% | - |
| HSV(B) | 329.85º | 0.79% | 1% | - |
| XYZ | 48.48 | 26.26 | 33.53 | - |
| YUV | 125.61 | 144.59 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 155 | 0 | 0.79 | 0.39 | 0 | 329.85 | 1 | 0.61 |
| Hex | FF | 36 | 9B | 0 | 4F | 27 | 0 | 14A | 64 | 3D |
| Octal | 377 | 66 | 233 | 0 | 117 | 47 | 0 | 512 | 144 | 75 |
| Binary | 11111111 | 110110 | 10011011 | 0 | 1001111 | 100111 | 0 | 101001010 | 1100100 | 111101 |
Color Harmonies of #FF369B
Complementary color
Monochromatic Colors of #FF369B
Black with #FF369B
Text Example
Text Example
White with #FF369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF369B; }
p { color: rgb(255,54,155); }
H1.HeaderClassName
{
color: #FF369B;
}
.AnyTagClassName
{
color: #FF369B;
}
</style>
background-color css
<style>
a { background-color: #FF369B; }
a { background-color: rgb(255,54,155); }
div.DivClassName
{
background-color: #FF369B;
}
.BgClassName
{
background-color: #FF369B;
}
</style>
border-color css
<style>
span { border-color: #FF369B; }
span { border-color: rgb(255,54,155); }
td.TdClassName
{
border-color: #FF369B;
}
.TagClassName
{
border-color: #FF369B;
}
</style>