Html Css Color HEX #F85FDD Free Speech Magenta
📋 copy color: '#F85FDD'red 248 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #F85FDD
Tints of Free Speech Magenta #F85FDD
RGB
CMYK
RGB Variations
Color information
#F85FDD (or 0xF85FDD) is known color: Free Speech Magenta. HEX triplet: F8, 5F and DD. RGB value is (248,95,221). Sum of RGB (Red+Green+Blue) = 248+95+221=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 95 (37.5% from 255 or 16.84% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85FDD is #07A022. Grayscale: #9A9A9A. Windows color (decimal): -499747 or 14508024. OLE color: 14508024.
HSL color Cylindrical-coordinate representation of color #F85FDD: hue angle of 310.59º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85FDD is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 221 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.03 |
| HSL | 310.59º | 0.92% | 0.67% | - |
| HSV(B) | 310.59º | 0.62% | 0.97% | - |
| XYZ | 55.85 | 33.36 | 71.9 | - |
| YUV | 155.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 221 | 0 | 0.62 | 0.11 | 0.03 | 310.59 | 0.92 | 0.67 |
| Hex | F8 | 5F | DD | 0 | 3E | B | 3 | 137 | 5C | 43 |
| Octal | 370 | 137 | 335 | 0 | 76 | 13 | 3 | 467 | 134 | 103 |
| Binary | 11111000 | 1011111 | 11011101 | 0 | 111110 | 1011 | 11 | 100110111 | 1011100 | 1000011 |
Color Harmonies of #F85FDD
Complementary color
Monochromatic Colors of #F85FDD
Black with #F85FDD
Text Example
Text Example
White with #F85FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85FDD; }
p { color: rgb(248,95,221); }
H1.HeaderClassName
{
color: #F85FDD;
}
.AnyTagClassName
{
color: #F85FDD;
}
</style>
background-color css
<style>
a { background-color: #F85FDD; }
a { background-color: rgb(248,95,221); }
div.DivClassName
{
background-color: #F85FDD;
}
.BgClassName
{
background-color: #F85FDD;
}
</style>
border-color css
<style>
span { border-color: #F85FDD; }
span { border-color: rgb(248,95,221); }
td.TdClassName
{
border-color: #F85FDD;
}
.TagClassName
{
border-color: #F85FDD;
}
</style>