Html Css Color HEX #F055CA Free Speech Magenta
📋 copy color: '#F055CA'red 240 ◦ green 85 ◦ blue 202
Shades of Free Speech Magenta #F055CA
Tints of Free Speech Magenta #F055CA
RGB
CMYK
RGB Variations
Color information
#F055CA (or 0xF055CA) is known color: Free Speech Magenta. HEX triplet: F0, 55 and CA. RGB value is (240,85,202). Sum of RGB (Red+Green+Blue) = 240+85+202=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F055CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055CA is #0FAA35. Grayscale: #909090. Windows color (decimal): -1026614 or 13260272. OLE color: 13260272.
HSL color Cylindrical-coordinate representation of color #F055CA: hue angle of 314.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F055CA is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 202 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.06 |
| HSL | 314.71º | 0.84% | 0.64% | - |
| HSV(B) | 314.71º | 0.65% | 0.94% | - |
| XYZ | 49.84 | 29.29 | 58.9 | - |
| YUV | 144.68 | 160.35 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 202 | 0 | 0.65 | 0.16 | 0.06 | 314.71 | 0.84 | 0.64 |
| Hex | F0 | 55 | CA | 0 | 41 | 10 | 6 | 13B | 54 | 40 |
| Octal | 360 | 125 | 312 | 0 | 101 | 20 | 6 | 473 | 124 | 100 |
| Binary | 11110000 | 1010101 | 11001010 | 0 | 1000001 | 10000 | 110 | 100111011 | 1010100 | 1000000 |
Color Harmonies of #F055CA
Complementary color
Monochromatic Colors of #F055CA
Black with #F055CA
Text Example
Text Example
White with #F055CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F055CA; }
p { color: rgb(240,85,202); }
H1.HeaderClassName
{
color: #F055CA;
}
.AnyTagClassName
{
color: #F055CA;
}
</style>
background-color css
<style>
a { background-color: #F055CA; }
a { background-color: rgb(240,85,202); }
div.DivClassName
{
background-color: #F055CA;
}
.BgClassName
{
background-color: #F055CA;
}
</style>
border-color css
<style>
span { border-color: #F055CA; }
span { border-color: rgb(240,85,202); }
td.TdClassName
{
border-color: #F055CA;
}
.TagClassName
{
border-color: #F055CA;
}
</style>