Shades of Wild Strawberry #F2409B
Tints of Wild Strawberry #F2409B
RGB
CMYK
RGB Variations
Color information
#F2409B (or 0xF2409B) is known color: Wild Strawberry. HEX triplet: F2, 40 and 9B. RGB value is (242,64,155). Sum of RGB (Red+Green+Blue) = 242+64+155=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2409B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2409B is #0DBF64. Grayscale: #7F7F7F. Windows color (decimal): -900965 or 10174706. OLE color: 10174706.
HSL color Cylindrical-coordinate representation of color #F2409B: hue angle of 329.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2409B is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 155 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.05 |
| HSL | 329.33º | 0.87% | 0.6% | - |
| HSV(B) | 329.33º | 0.74% | 0.95% | - |
| XYZ | 44.37 | 24.91 | 33.48 | - |
| YUV | 127.6 | 143.47 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 155 | 0 | 0.74 | 0.36 | 0.05 | 329.33 | 0.87 | 0.6 |
| Hex | F2 | 40 | 9B | 0 | 4A | 24 | 5 | 149 | 57 | 3C |
| Octal | 362 | 100 | 233 | 0 | 112 | 44 | 5 | 511 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10011011 | 0 | 1001010 | 100100 | 101 | 101001001 | 1010111 | 111100 |
Color Harmonies of #F2409B
Complementary color
Monochromatic Colors of #F2409B
Black with #F2409B
Text Example
Text Example
White with #F2409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2409B; }
p { color: rgb(242,64,155); }
H1.HeaderClassName
{
color: #F2409B;
}
.AnyTagClassName
{
color: #F2409B;
}
</style>
background-color css
<style>
a { background-color: #F2409B; }
a { background-color: rgb(242,64,155); }
div.DivClassName
{
background-color: #F2409B;
}
.BgClassName
{
background-color: #F2409B;
}
</style>
border-color css
<style>
span { border-color: #F2409B; }
span { border-color: rgb(242,64,155); }
td.TdClassName
{
border-color: #F2409B;
}
.TagClassName
{
border-color: #F2409B;
}
</style>