Shades of Wild Strawberry #F2368D
Tints of Wild Strawberry #F2368D
RGB
CMYK
RGB Variations
Color information
#F2368D (or 0xF2368D) is known color: Wild Strawberry. HEX triplet: F2, 36 and 8D. RGB value is (242,54,141). Sum of RGB (Red+Green+Blue) = 242+54+141=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2368D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2368D is #0DC972. Grayscale: #777777. Windows color (decimal): -903539 or 9254642. OLE color: 9254642.
HSL color Cylindrical-coordinate representation of color #F2368D: hue angle of 332.23º 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 #F2368D is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 141 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.05 |
| HSL | 332.23º | 0.88% | 0.58% | - |
| HSV(B) | 332.23º | 0.78% | 0.95% | - |
| XYZ | 42.74 | 23.44 | 27.47 | - |
| YUV | 120.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 141 | 0 | 0.78 | 0.42 | 0.05 | 332.23 | 0.88 | 0.58 |
| Hex | F2 | 36 | 8D | 0 | 4E | 2A | 5 | 14C | 58 | 3A |
| Octal | 362 | 66 | 215 | 0 | 116 | 52 | 5 | 514 | 130 | 72 |
| Binary | 11110010 | 110110 | 10001101 | 0 | 1001110 | 101010 | 101 | 101001100 | 1011000 | 111010 |
Color Harmonies of #F2368D
Complementary color
Monochromatic Colors of #F2368D
Black with #F2368D
Text Example
Text Example
White with #F2368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2368D; }
p { color: rgb(242,54,141); }
H1.HeaderClassName
{
color: #F2368D;
}
.AnyTagClassName
{
color: #F2368D;
}
</style>
background-color css
<style>
a { background-color: #F2368D; }
a { background-color: rgb(242,54,141); }
div.DivClassName
{
background-color: #F2368D;
}
.BgClassName
{
background-color: #F2368D;
}
</style>
border-color css
<style>
span { border-color: #F2368D; }
span { border-color: rgb(242,54,141); }
td.TdClassName
{
border-color: #F2368D;
}
.TagClassName
{
border-color: #F2368D;
}
</style>