Html Css Color HEX #F551CB Free Speech Magenta
📋 copy color: '#F551CB'red 245 ◦ green 81 ◦ blue 203
Shades of Free Speech Magenta #F551CB
Tints of Free Speech Magenta #F551CB
RGB
CMYK
RGB Variations
Color information
#F551CB (or 0xF551CB) is known color: Free Speech Magenta. HEX triplet: F5, 51 and CB. RGB value is (245,81,203). Sum of RGB (Red+Green+Blue) = 245+81+203=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F551CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551CB is #0AAE34. Grayscale: #8F8F8F. Windows color (decimal): -699957 or 13324789. OLE color: 13324789.
HSL color Cylindrical-coordinate representation of color #F551CB: hue angle of 315.37º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F551CB is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 203 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.04 |
| HSL | 315.37º | 0.89% | 0.64% | - |
| HSV(B) | 315.37º | 0.67% | 0.96% | - |
| XYZ | 51.38 | 29.61 | 59.51 | - |
| YUV | 143.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 203 | 0 | 0.67 | 0.17 | 0.04 | 315.37 | 0.89 | 0.64 |
| Hex | F5 | 51 | CB | 0 | 43 | 11 | 4 | 13B | 59 | 40 |
| Octal | 365 | 121 | 313 | 0 | 103 | 21 | 4 | 473 | 131 | 100 |
| Binary | 11110101 | 1010001 | 11001011 | 0 | 1000011 | 10001 | 100 | 100111011 | 1011001 | 1000000 |
Color Harmonies of #F551CB
Complementary color
Monochromatic Colors of #F551CB
Black with #F551CB
Text Example
Text Example
White with #F551CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F551CB; }
p { color: rgb(245,81,203); }
H1.HeaderClassName
{
color: #F551CB;
}
.AnyTagClassName
{
color: #F551CB;
}
</style>
background-color css
<style>
a { background-color: #F551CB; }
a { background-color: rgb(245,81,203); }
div.DivClassName
{
background-color: #F551CB;
}
.BgClassName
{
background-color: #F551CB;
}
</style>
border-color css
<style>
span { border-color: #F551CB; }
span { border-color: rgb(245,81,203); }
td.TdClassName
{
border-color: #F551CB;
}
.TagClassName
{
border-color: #F551CB;
}
</style>