Html Css Color HEX #F268DD Free Speech Magenta
📋 copy color: '#F268DD'red 242 ◦ green 104 ◦ blue 221
Shades of Free Speech Magenta #F268DD
Tints of Free Speech Magenta #F268DD
RGB
CMYK
RGB Variations
Color information
#F268DD (or 0xF268DD) is known color: Free Speech Magenta. HEX triplet: F2, 68 and DD. RGB value is (242,104,221). Sum of RGB (Red+Green+Blue) = 242+104+221=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F268DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F268DD is #0D9722. Grayscale: #9E9E9E. Windows color (decimal): -890659 or 14510322. OLE color: 14510322.
HSL color Cylindrical-coordinate representation of color #F268DD: hue angle of 309.13º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F268DD is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 221 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.05 |
| HSL | 309.13º | 0.84% | 0.68% | - |
| HSV(B) | 309.13º | 0.57% | 0.95% | - |
| XYZ | 54.62 | 34 | 72.09 | - |
| YUV | 158.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 221 | 0 | 0.57 | 0.09 | 0.05 | 309.13 | 0.84 | 0.68 |
| Hex | F2 | 68 | DD | 0 | 39 | 9 | 5 | 135 | 54 | 44 |
| Octal | 362 | 150 | 335 | 0 | 71 | 11 | 5 | 465 | 124 | 104 |
| Binary | 11110010 | 1101000 | 11011101 | 0 | 111001 | 1001 | 101 | 100110101 | 1010100 | 1000100 |
Color Harmonies of #F268DD
Complementary color
Monochromatic Colors of #F268DD
Black with #F268DD
Text Example
Text Example
White with #F268DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268DD; }
p { color: rgb(242,104,221); }
H1.HeaderClassName
{
color: #F268DD;
}
.AnyTagClassName
{
color: #F268DD;
}
</style>
background-color css
<style>
a { background-color: #F268DD; }
a { background-color: rgb(242,104,221); }
div.DivClassName
{
background-color: #F268DD;
}
.BgClassName
{
background-color: #F268DD;
}
</style>
border-color css
<style>
span { border-color: #F268DD; }
span { border-color: rgb(242,104,221); }
td.TdClassName
{
border-color: #F268DD;
}
.TagClassName
{
border-color: #F268DD;
}
</style>