Html Css Color HEX #F05CDD Free Speech Magenta
📋 copy color: '#F05CDD'red 240 ◦ green 92 ◦ blue 221
Shades of Free Speech Magenta #F05CDD
Tints of Free Speech Magenta #F05CDD
RGB
CMYK
RGB Variations
Color information
#F05CDD (or 0xF05CDD) is known color: Free Speech Magenta. HEX triplet: F0, 5C and DD. RGB value is (240,92,221). Sum of RGB (Red+Green+Blue) = 240+92+221=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 92 (36.33% from 255 or 16.64% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05CDD is #0FA322. Grayscale: #969696. Windows color (decimal): -1024803 or 14507248. OLE color: 14507248.
HSL color Cylindrical-coordinate representation of color #F05CDD: hue angle of 307.7º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05CDD is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 221 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.06 |
| HSL | 307.7º | 0.83% | 0.65% | - |
| HSV(B) | 307.7º | 0.62% | 0.94% | - |
| XYZ | 52.81 | 31.4 | 71.68 | - |
| YUV | 150.96 | 167.53 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 221 | 0 | 0.62 | 0.08 | 0.06 | 307.7 | 0.83 | 0.65 |
| Hex | F0 | 5C | DD | 0 | 3E | 8 | 6 | 134 | 53 | 41 |
| Octal | 360 | 134 | 335 | 0 | 76 | 10 | 6 | 464 | 123 | 101 |
| Binary | 11110000 | 1011100 | 11011101 | 0 | 111110 | 1000 | 110 | 100110100 | 1010011 | 1000001 |
Color Harmonies of #F05CDD
Complementary color
Monochromatic Colors of #F05CDD
Black with #F05CDD
Text Example
Text Example
White with #F05CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05CDD; }
p { color: rgb(240,92,221); }
H1.HeaderClassName
{
color: #F05CDD;
}
.AnyTagClassName
{
color: #F05CDD;
}
</style>
background-color css
<style>
a { background-color: #F05CDD; }
a { background-color: rgb(240,92,221); }
div.DivClassName
{
background-color: #F05CDD;
}
.BgClassName
{
background-color: #F05CDD;
}
</style>
border-color css
<style>
span { border-color: #F05CDD; }
span { border-color: rgb(240,92,221); }
td.TdClassName
{
border-color: #F05CDD;
}
.TagClassName
{
border-color: #F05CDD;
}
</style>