Html Css Color HEX #F263DF Free Speech Magenta
📋 copy color: '#F263DF'red 242 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #F263DF
Tints of Free Speech Magenta #F263DF
RGB
CMYK
RGB Variations
Color information
#F263DF (or 0xF263DF) is known color: Free Speech Magenta. HEX triplet: F2, 63 and DF. RGB value is (242,99,223). Sum of RGB (Red+Green+Blue) = 242+99+223=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 99 (39.06% from 255 or 17.55% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F263DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263DF is #0D9C20. Grayscale: #9B9B9B. Windows color (decimal): -891937 or 14640114. OLE color: 14640114.
HSL color Cylindrical-coordinate representation of color #F263DF: hue angle of 307.97º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F263DF is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 223 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.05 |
| HSL | 307.97º | 0.85% | 0.67% | - |
| HSV(B) | 307.97º | 0.59% | 0.95% | - |
| XYZ | 54.4 | 33.13 | 73.34 | - |
| YUV | 155.89 | 165.88 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 223 | 0 | 0.59 | 0.08 | 0.05 | 307.97 | 0.85 | 0.67 |
| Hex | F2 | 63 | DF | 0 | 3B | 8 | 5 | 134 | 55 | 43 |
| Octal | 362 | 143 | 337 | 0 | 73 | 10 | 5 | 464 | 125 | 103 |
| Binary | 11110010 | 1100011 | 11011111 | 0 | 111011 | 1000 | 101 | 100110100 | 1010101 | 1000011 |
Color Harmonies of #F263DF
Complementary color
Monochromatic Colors of #F263DF
Black with #F263DF
Text Example
Text Example
White with #F263DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F263DF; }
p { color: rgb(242,99,223); }
H1.HeaderClassName
{
color: #F263DF;
}
.AnyTagClassName
{
color: #F263DF;
}
</style>
background-color css
<style>
a { background-color: #F263DF; }
a { background-color: rgb(242,99,223); }
div.DivClassName
{
background-color: #F263DF;
}
.BgClassName
{
background-color: #F263DF;
}
</style>
border-color css
<style>
span { border-color: #F263DF; }
span { border-color: rgb(242,99,223); }
td.TdClassName
{
border-color: #F263DF;
}
.TagClassName
{
border-color: #F263DF;
}
</style>