Shades of Wild Strawberry #FF3598
Tints of Wild Strawberry #FF3598
RGB
CMYK
RGB Variations
Color information
#FF3598 (or 0xFF3598) is known color: Wild Strawberry. HEX triplet: FF, 35 and 98. RGB value is (255,53,152). Sum of RGB (Red+Green+Blue) = 255+53+152=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3598 is #00CA67. Grayscale: #7C7C7C. Windows color (decimal): -51816 or 9975295. OLE color: 9975295.
HSL color Cylindrical-coordinate representation of color #FF3598: hue angle of 330.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3598 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 152 | - |
| CMYK | 0 | 0.79 | 0.40 | 0 |
| HSL | 330.59º | 1% | 0.6% | - |
| HSV(B) | 330.59º | 0.79% | 1% | - |
| XYZ | 48.18 | 26.07 | 32.2 | - |
| YUV | 124.68 | 143.42 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 152 | 0 | 0.79 | 0.40 | 0 | 330.59 | 1 | 0.6 |
| Hex | FF | 35 | 98 | 0 | 4F | 28 | 0 | 14B | 64 | 3C |
| Octal | 377 | 65 | 230 | 0 | 117 | 50 | 0 | 513 | 144 | 74 |
| Binary | 11111111 | 110101 | 10011000 | 0 | 1001111 | 101000 | 0 | 101001011 | 1100100 | 111100 |
Color Harmonies of #FF3598
Complementary color
Monochromatic Colors of #FF3598
Black with #FF3598
Text Example
Text Example
White with #FF3598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3598; }
p { color: rgb(255,53,152); }
H1.HeaderClassName
{
color: #FF3598;
}
.AnyTagClassName
{
color: #FF3598;
}
</style>
background-color css
<style>
a { background-color: #FF3598; }
a { background-color: rgb(255,53,152); }
div.DivClassName
{
background-color: #FF3598;
}
.BgClassName
{
background-color: #FF3598;
}
</style>
border-color css
<style>
span { border-color: #FF3598; }
span { border-color: rgb(255,53,152); }
td.TdClassName
{
border-color: #FF3598;
}
.TagClassName
{
border-color: #FF3598;
}
</style>