Shades of Wild Strawberry #F12A8A
Tints of Wild Strawberry #F12A8A
RGB
CMYK
RGB Variations
Color information
#F12A8A (or 0xF12A8A) is known color: Wild Strawberry. HEX triplet: F1, 2A and 8A. RGB value is (241,42,138). Sum of RGB (Red+Green+Blue) = 241+42+138=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12A8A is #0ED575. Grayscale: #707070. Windows color (decimal): -972150 or 9054961. OLE color: 9054961.
HSL color Cylindrical-coordinate representation of color #F12A8A: hue angle of 331.06º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12A8A is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 138 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.05 |
| HSL | 331.06º | 0.88% | 0.55% | - |
| HSV(B) | 331.06º | 0.83% | 0.95% | - |
| XYZ | 41.69 | 22.19 | 26.13 | - |
| YUV | 112.45 | 142.43 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 138 | 0 | 0.83 | 0.43 | 0.05 | 331.06 | 0.88 | 0.55 |
| Hex | F1 | 2A | 8A | 0 | 53 | 2B | 5 | 14B | 58 | 37 |
| Octal | 361 | 52 | 212 | 0 | 123 | 53 | 5 | 513 | 130 | 67 |
| Binary | 11110001 | 101010 | 10001010 | 0 | 1010011 | 101011 | 101 | 101001011 | 1011000 | 110111 |
Color Harmonies of #F12A8A
Complementary color
Monochromatic Colors of #F12A8A
Black with #F12A8A
Text Example
Text Example
White with #F12A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12A8A; }
p { color: rgb(241,42,138); }
H1.HeaderClassName
{
color: #F12A8A;
}
.AnyTagClassName
{
color: #F12A8A;
}
</style>
background-color css
<style>
a { background-color: #F12A8A; }
a { background-color: rgb(241,42,138); }
div.DivClassName
{
background-color: #F12A8A;
}
.BgClassName
{
background-color: #F12A8A;
}
</style>
border-color css
<style>
span { border-color: #F12A8A; }
span { border-color: rgb(241,42,138); }
td.TdClassName
{
border-color: #F12A8A;
}
.TagClassName
{
border-color: #F12A8A;
}
</style>