Html Css Color HEX #F255DD Free Speech Magenta
📋 copy color: '#F255DD'red 242 ◦ green 85 ◦ blue 221
Shades of Free Speech Magenta #F255DD
Tints of Free Speech Magenta #F255DD
RGB
CMYK
RGB Variations
Color information
#F255DD (or 0xF255DD) is known color: Free Speech Magenta. HEX triplet: F2, 55 and DD. RGB value is (242,85,221). Sum of RGB (Red+Green+Blue) = 242+85+221=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F255DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255DD is #0DAA22. Grayscale: #939393. Windows color (decimal): -895523 or 14505458. OLE color: 14505458.
HSL color Cylindrical-coordinate representation of color #F255DD: hue angle of 308.03º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F255DD is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 221 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.05 |
| HSL | 308.03º | 0.86% | 0.64% | - |
| HSV(B) | 308.03º | 0.65% | 0.95% | - |
| XYZ | 52.92 | 30.59 | 71.52 | - |
| YUV | 147.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 221 | 0 | 0.65 | 0.09 | 0.05 | 308.03 | 0.86 | 0.64 |
| Hex | F2 | 55 | DD | 0 | 41 | 9 | 5 | 134 | 56 | 40 |
| Octal | 362 | 125 | 335 | 0 | 101 | 11 | 5 | 464 | 126 | 100 |
| Binary | 11110010 | 1010101 | 11011101 | 0 | 1000001 | 1001 | 101 | 100110100 | 1010110 | 1000000 |
Color Harmonies of #F255DD
Complementary color
Monochromatic Colors of #F255DD
Black with #F255DD
Text Example
Text Example
White with #F255DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F255DD; }
p { color: rgb(242,85,221); }
H1.HeaderClassName
{
color: #F255DD;
}
.AnyTagClassName
{
color: #F255DD;
}
</style>
background-color css
<style>
a { background-color: #F255DD; }
a { background-color: rgb(242,85,221); }
div.DivClassName
{
background-color: #F255DD;
}
.BgClassName
{
background-color: #F255DD;
}
</style>
border-color css
<style>
span { border-color: #F255DD; }
span { border-color: rgb(242,85,221); }
td.TdClassName
{
border-color: #F255DD;
}
.TagClassName
{
border-color: #F255DD;
}
</style>