Shades of Wild Strawberry #F235A1
Tints of Wild Strawberry #F235A1
RGB
CMYK
RGB Variations
Color information
#F235A1 (or 0xF235A1) is known color: Wild Strawberry. HEX triplet: F2, 35 and A1. RGB value is (242,53,161). Sum of RGB (Red+Green+Blue) = 242+53+161=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F235A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F235A1 is #0DCA5E. Grayscale: #797979. Windows color (decimal): -903775 or 10565106. OLE color: 10565106.
HSL color Cylindrical-coordinate representation of color #F235A1: hue angle of 325.71º 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 #F235A1 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 161 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.05 |
| HSL | 325.71º | 0.88% | 0.58% | - |
| HSV(B) | 325.71º | 0.78% | 0.95% | - |
| XYZ | 44.32 | 24 | 36.01 | - |
| YUV | 121.82 | 150.12 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 161 | 0 | 0.78 | 0.33 | 0.05 | 325.71 | 0.88 | 0.58 |
| Hex | F2 | 35 | A1 | 0 | 4E | 21 | 5 | 146 | 58 | 3A |
| Octal | 362 | 65 | 241 | 0 | 116 | 41 | 5 | 506 | 130 | 72 |
| Binary | 11110010 | 110101 | 10100001 | 0 | 1001110 | 100001 | 101 | 101000110 | 1011000 | 111010 |
Color Harmonies of #F235A1
Complementary color
Monochromatic Colors of #F235A1
Black with #F235A1
Text Example
Text Example
White with #F235A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F235A1; }
p { color: rgb(242,53,161); }
H1.HeaderClassName
{
color: #F235A1;
}
.AnyTagClassName
{
color: #F235A1;
}
</style>
background-color css
<style>
a { background-color: #F235A1; }
a { background-color: rgb(242,53,161); }
div.DivClassName
{
background-color: #F235A1;
}
.BgClassName
{
background-color: #F235A1;
}
</style>
border-color css
<style>
span { border-color: #F235A1; }
span { border-color: rgb(242,53,161); }
td.TdClassName
{
border-color: #F235A1;
}
.TagClassName
{
border-color: #F235A1;
}
</style>