Shades of Wild Strawberry #F2369D
Tints of Wild Strawberry #F2369D
RGB
CMYK
RGB Variations
Color information
#F2369D (or 0xF2369D) is known color: Wild Strawberry. HEX triplet: F2, 36 and 9D. RGB value is (242,54,157). Sum of RGB (Red+Green+Blue) = 242+54+157=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2369D is #0DC962. Grayscale: #797979. Windows color (decimal): -903523 or 10303218. OLE color: 10303218.
HSL color Cylindrical-coordinate representation of color #F2369D: hue angle of 327.13º 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 #F2369D is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 157 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.05 |
| HSL | 327.13º | 0.88% | 0.58% | - |
| HSV(B) | 327.13º | 0.78% | 0.95% | - |
| XYZ | 44.02 | 23.95 | 34.2 | - |
| YUV | 121.95 | 147.78 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 157 | 0 | 0.78 | 0.35 | 0.05 | 327.13 | 0.88 | 0.58 |
| Hex | F2 | 36 | 9D | 0 | 4E | 23 | 5 | 147 | 58 | 3A |
| Octal | 362 | 66 | 235 | 0 | 116 | 43 | 5 | 507 | 130 | 72 |
| Binary | 11110010 | 110110 | 10011101 | 0 | 1001110 | 100011 | 101 | 101000111 | 1011000 | 111010 |
Color Harmonies of #F2369D
Complementary color
Monochromatic Colors of #F2369D
Black with #F2369D
Text Example
Text Example
White with #F2369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2369D; }
p { color: rgb(242,54,157); }
H1.HeaderClassName
{
color: #F2369D;
}
.AnyTagClassName
{
color: #F2369D;
}
</style>
background-color css
<style>
a { background-color: #F2369D; }
a { background-color: rgb(242,54,157); }
div.DivClassName
{
background-color: #F2369D;
}
.BgClassName
{
background-color: #F2369D;
}
</style>
border-color css
<style>
span { border-color: #F2369D; }
span { border-color: rgb(242,54,157); }
td.TdClassName
{
border-color: #F2369D;
}
.TagClassName
{
border-color: #F2369D;
}
</style>