Shades of Wild Strawberry #F2369B
Tints of Wild Strawberry #F2369B
RGB
CMYK
RGB Variations
Color information
#F2369B (or 0xF2369B) is known color: Wild Strawberry. HEX triplet: F2, 36 and 9B. RGB value is (242,54,155). Sum of RGB (Red+Green+Blue) = 242+54+155=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2369B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2369B is #0DC964. Grayscale: #797979. Windows color (decimal): -903525 or 10172146. OLE color: 10172146.
HSL color Cylindrical-coordinate representation of color #F2369B: hue angle of 327.77º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2369B is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 155 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.05 |
| HSL | 327.77º | 0.88% | 0.58% | - |
| HSV(B) | 327.77º | 0.78% | 0.95% | - |
| XYZ | 43.85 | 23.88 | 33.31 | - |
| YUV | 121.73 | 146.78 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 155 | 0 | 0.78 | 0.36 | 0.05 | 327.77 | 0.88 | 0.58 |
| Hex | F2 | 36 | 9B | 0 | 4E | 24 | 5 | 148 | 58 | 3A |
| Octal | 362 | 66 | 233 | 0 | 116 | 44 | 5 | 510 | 130 | 72 |
| Binary | 11110010 | 110110 | 10011011 | 0 | 1001110 | 100100 | 101 | 101001000 | 1011000 | 111010 |
Color Harmonies of #F2369B
Complementary color
Monochromatic Colors of #F2369B
Black with #F2369B
Text Example
Text Example
White with #F2369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2369B; }
p { color: rgb(242,54,155); }
H1.HeaderClassName
{
color: #F2369B;
}
.AnyTagClassName
{
color: #F2369B;
}
</style>
background-color css
<style>
a { background-color: #F2369B; }
a { background-color: rgb(242,54,155); }
div.DivClassName
{
background-color: #F2369B;
}
.BgClassName
{
background-color: #F2369B;
}
</style>
border-color css
<style>
span { border-color: #F2369B; }
span { border-color: rgb(242,54,155); }
td.TdClassName
{
border-color: #F2369B;
}
.TagClassName
{
border-color: #F2369B;
}
</style>