Shades of Wild Watermelon #FA536C
Tints of Wild Watermelon #FA536C
RGB
CMYK
RGB Variations
Color information
#FA536C (or 0xFA536C) is known color: Wild Watermelon. HEX triplet: FA, 53 and 6C. RGB value is (250,83,108). Sum of RGB (Red+Green+Blue) = 250+83+108=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA536C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA536C is #05AC93. Grayscale: #878787. Windows color (decimal): -371860 or 7099386. OLE color: 7099386.
HSL color Cylindrical-coordinate representation of color #FA536C: hue angle of 351.02º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA536C is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 108 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.02 |
| HSL | 351.02º | 0.94% | 0.65% | - |
| HSV(B) | 351.02º | 0.67% | 0.98% | - |
| XYZ | 45.22 | 27.59 | 17.13 | - |
| YUV | 135.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 108 | 0 | 0.67 | 0.57 | 0.02 | 351.02 | 0.94 | 0.65 |
| Hex | FA | 53 | 6C | 0 | 43 | 39 | 2 | 15F | 5E | 41 |
| Octal | 372 | 123 | 154 | 0 | 103 | 71 | 2 | 537 | 136 | 101 |
| Binary | 11111010 | 1010011 | 1101100 | 0 | 1000011 | 111001 | 10 | 101011111 | 1011110 | 1000001 |
Color Harmonies of #FA536C
Complementary color
Monochromatic Colors of #FA536C
Black with #FA536C
Text Example
Text Example
White with #FA536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA536C; }
p { color: rgb(250,83,108); }
H1.HeaderClassName
{
color: #FA536C;
}
.AnyTagClassName
{
color: #FA536C;
}
</style>
background-color css
<style>
a { background-color: #FA536C; }
a { background-color: rgb(250,83,108); }
div.DivClassName
{
background-color: #FA536C;
}
.BgClassName
{
background-color: #FA536C;
}
</style>
border-color css
<style>
span { border-color: #FA536C; }
span { border-color: rgb(250,83,108); }
td.TdClassName
{
border-color: #FA536C;
}
.TagClassName
{
border-color: #FA536C;
}
</style>