Shades of Wild Strawberry #FF4098
Tints of Wild Strawberry #FF4098
RGB
CMYK
RGB Variations
Color information
#FF4098 (or 0xFF4098) is known color: Wild Strawberry. HEX triplet: FF, 40 and 98. RGB value is (255,64,152). Sum of RGB (Red+Green+Blue) = 255+64+152=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4098 is #00BF67. Grayscale: #828282. Windows color (decimal): -49000 or 9978111. OLE color: 9978111.
HSL color Cylindrical-coordinate representation of color #FF4098: hue angle of 332.36º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4098 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 152 | - |
| CMYK | 0 | 0.75 | 0.40 | 0 |
| HSL | 332.36º | 1% | 0.63% | - |
| HSV(B) | 332.36º | 0.75% | 1% | - |
| XYZ | 48.74 | 27.19 | 32.39 | - |
| YUV | 131.14 | 139.78 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 152 | 0 | 0.75 | 0.40 | 0 | 332.36 | 1 | 0.63 |
| Hex | FF | 40 | 98 | 0 | 4B | 28 | 0 | 14C | 64 | 3F |
| Octal | 377 | 100 | 230 | 0 | 113 | 50 | 0 | 514 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10011000 | 0 | 1001011 | 101000 | 0 | 101001100 | 1100100 | 111111 |
Color Harmonies of #FF4098
Complementary color
Monochromatic Colors of #FF4098
Black with #FF4098
Text Example
Text Example
White with #FF4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4098; }
p { color: rgb(255,64,152); }
H1.HeaderClassName
{
color: #FF4098;
}
.AnyTagClassName
{
color: #FF4098;
}
</style>
background-color css
<style>
a { background-color: #FF4098; }
a { background-color: rgb(255,64,152); }
div.DivClassName
{
background-color: #FF4098;
}
.BgClassName
{
background-color: #FF4098;
}
</style>
border-color css
<style>
span { border-color: #FF4098; }
span { border-color: rgb(255,64,152); }
td.TdClassName
{
border-color: #FF4098;
}
.TagClassName
{
border-color: #FF4098;
}
</style>