Html Css Color HEX #F26CDA Free Speech Magenta
📋 copy color: '#F26CDA'red 242 ◦ green 108 ◦ blue 218
Shades of Free Speech Magenta #F26CDA
Tints of Free Speech Magenta #F26CDA
RGB
CMYK
RGB Variations
Color information
#F26CDA (or 0xF26CDA) is known color: Free Speech Magenta. HEX triplet: F2, 6C and DA. RGB value is (242,108,218). Sum of RGB (Red+Green+Blue) = 242+108+218=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F26CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26CDA is #0D9325. Grayscale: #A0A0A0. Windows color (decimal): -889638 or 14314738. OLE color: 14314738.
HSL color Cylindrical-coordinate representation of color #F26CDA: hue angle of 310.75º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26CDA is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 218 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.05 |
| HSL | 310.75º | 0.84% | 0.69% | - |
| HSV(B) | 310.75º | 0.55% | 0.95% | - |
| XYZ | 54.64 | 34.66 | 70.14 | - |
| YUV | 160.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 218 | 0 | 0.55 | 0.10 | 0.05 | 310.75 | 0.84 | 0.69 |
| Hex | F2 | 6C | DA | 0 | 37 | A | 5 | 137 | 54 | 45 |
| Octal | 362 | 154 | 332 | 0 | 67 | 12 | 5 | 467 | 124 | 105 |
| Binary | 11110010 | 1101100 | 11011010 | 0 | 110111 | 1010 | 101 | 100110111 | 1010100 | 1000101 |
Color Harmonies of #F26CDA
Complementary color
Monochromatic Colors of #F26CDA
Black with #F26CDA
Text Example
Text Example
White with #F26CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26CDA; }
p { color: rgb(242,108,218); }
H1.HeaderClassName
{
color: #F26CDA;
}
.AnyTagClassName
{
color: #F26CDA;
}
</style>
background-color css
<style>
a { background-color: #F26CDA; }
a { background-color: rgb(242,108,218); }
div.DivClassName
{
background-color: #F26CDA;
}
.BgClassName
{
background-color: #F26CDA;
}
</style>
border-color css
<style>
span { border-color: #F26CDA; }
span { border-color: rgb(242,108,218); }
td.TdClassName
{
border-color: #F26CDA;
}
.TagClassName
{
border-color: #F26CDA;
}
</style>