Shades of Wild Strawberry #FA369D
Tints of Wild Strawberry #FA369D
RGB
CMYK
RGB Variations
Color information
#FA369D (or 0xFA369D) is known color: Wild Strawberry. HEX triplet: FA, 36 and 9D. RGB value is (250,54,157). Sum of RGB (Red+Green+Blue) = 250+54+157=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA369D is #05C962. Grayscale: #7C7C7C. Windows color (decimal): -379235 or 10303226. OLE color: 10303226.
HSL color Cylindrical-coordinate representation of color #FA369D: hue angle of 328.47º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA369D is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 157 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.02 |
| HSL | 328.47º | 0.95% | 0.6% | - |
| HSV(B) | 328.47º | 0.78% | 0.98% | - |
| XYZ | 46.83 | 25.4 | 34.33 | - |
| YUV | 124.35 | 146.43 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 157 | 0 | 0.78 | 0.37 | 0.02 | 328.47 | 0.95 | 0.6 |
| Hex | FA | 36 | 9D | 0 | 4E | 25 | 2 | 148 | 5F | 3C |
| Octal | 372 | 66 | 235 | 0 | 116 | 45 | 2 | 510 | 137 | 74 |
| Binary | 11111010 | 110110 | 10011101 | 0 | 1001110 | 100101 | 10 | 101001000 | 1011111 | 111100 |
Color Harmonies of #FA369D
Complementary color
Monochromatic Colors of #FA369D
Black with #FA369D
Text Example
Text Example
White with #FA369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA369D; }
p { color: rgb(250,54,157); }
H1.HeaderClassName
{
color: #FA369D;
}
.AnyTagClassName
{
color: #FA369D;
}
</style>
background-color css
<style>
a { background-color: #FA369D; }
a { background-color: rgb(250,54,157); }
div.DivClassName
{
background-color: #FA369D;
}
.BgClassName
{
background-color: #FA369D;
}
</style>
border-color css
<style>
span { border-color: #FA369D; }
span { border-color: rgb(250,54,157); }
td.TdClassName
{
border-color: #FA369D;
}
.TagClassName
{
border-color: #FA369D;
}
</style>