Html Css Color HEX #F551CC Free Speech Magenta
📋 copy color: '#F551CC'red 245 ◦ green 81 ◦ blue 204
Shades of Free Speech Magenta #F551CC
Tints of Free Speech Magenta #F551CC
RGB
CMYK
RGB Variations
Color information
#F551CC (or 0xF551CC) is known color: Free Speech Magenta. HEX triplet: F5, 51 and CC. RGB value is (245,81,204). Sum of RGB (Red+Green+Blue) = 245+81+204=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F551CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551CC is #0AAE33. Grayscale: #8F8F8F. Windows color (decimal): -699956 or 13390325. OLE color: 13390325.
HSL color Cylindrical-coordinate representation of color #F551CC: hue angle of 315º 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 #F551CC is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 204 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.04 |
| HSL | 315º | 0.89% | 0.64% | - |
| HSV(B) | 315º | 0.67% | 0.96% | - |
| XYZ | 51.5 | 29.66 | 60.14 | - |
| YUV | 144.06 | 161.83 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 204 | 0 | 0.67 | 0.17 | 0.04 | 315 | 0.89 | 0.64 |
| Hex | F5 | 51 | CC | 0 | 43 | 11 | 4 | 13B | 59 | 40 |
| Octal | 365 | 121 | 314 | 0 | 103 | 21 | 4 | 473 | 131 | 100 |
| Binary | 11110101 | 1010001 | 11001100 | 0 | 1000011 | 10001 | 100 | 100111011 | 1011001 | 1000000 |
Color Harmonies of #F551CC
Complementary color
Monochromatic Colors of #F551CC
Black with #F551CC
Text Example
Text Example
White with #F551CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F551CC; }
p { color: rgb(245,81,204); }
H1.HeaderClassName
{
color: #F551CC;
}
.AnyTagClassName
{
color: #F551CC;
}
</style>
background-color css
<style>
a { background-color: #F551CC; }
a { background-color: rgb(245,81,204); }
div.DivClassName
{
background-color: #F551CC;
}
.BgClassName
{
background-color: #F551CC;
}
</style>
border-color css
<style>
span { border-color: #F551CC; }
span { border-color: rgb(245,81,204); }
td.TdClassName
{
border-color: #F551CC;
}
.TagClassName
{
border-color: #F551CC;
}
</style>