Html Css Color HEX #F75CDD Free Speech Magenta
📋 copy color: '#F75CDD'red 247 ◦ green 92 ◦ blue 221
Shades of Free Speech Magenta #F75CDD
Tints of Free Speech Magenta #F75CDD
RGB
CMYK
RGB Variations
Color information
#F75CDD (or 0xF75CDD) is known color: Free Speech Magenta. HEX triplet: F7, 5C and DD. RGB value is (247,92,221). Sum of RGB (Red+Green+Blue) = 247+92+221=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75CDD is #08A322. Grayscale: #989898. Windows color (decimal): -566051 or 14507255. OLE color: 14507255.
HSL color Cylindrical-coordinate representation of color #F75CDD: hue angle of 310.06º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75CDD is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 221 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.03 |
| HSL | 310.06º | 0.91% | 0.66% | - |
| HSV(B) | 310.06º | 0.63% | 0.97% | - |
| XYZ | 55.24 | 32.65 | 71.8 | - |
| YUV | 153.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 221 | 0 | 0.63 | 0.11 | 0.03 | 310.06 | 0.91 | 0.66 |
| Hex | F7 | 5C | DD | 0 | 3F | B | 3 | 136 | 5B | 42 |
| Octal | 367 | 134 | 335 | 0 | 77 | 13 | 3 | 466 | 133 | 102 |
| Binary | 11110111 | 1011100 | 11011101 | 0 | 111111 | 1011 | 11 | 100110110 | 1011011 | 1000010 |
Color Harmonies of #F75CDD
Complementary color
Monochromatic Colors of #F75CDD
Black with #F75CDD
Text Example
Text Example
White with #F75CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75CDD; }
p { color: rgb(247,92,221); }
H1.HeaderClassName
{
color: #F75CDD;
}
.AnyTagClassName
{
color: #F75CDD;
}
</style>
background-color css
<style>
a { background-color: #F75CDD; }
a { background-color: rgb(247,92,221); }
div.DivClassName
{
background-color: #F75CDD;
}
.BgClassName
{
background-color: #F75CDD;
}
</style>
border-color css
<style>
span { border-color: #F75CDD; }
span { border-color: rgb(247,92,221); }
td.TdClassName
{
border-color: #F75CDD;
}
.TagClassName
{
border-color: #F75CDD;
}
</style>