Html Css Color HEX #F245DF Free Speech Magenta
📋 copy color: '#F245DF'red 242 ◦ green 69 ◦ blue 223
Shades of Free Speech Magenta #F245DF
Tints of Free Speech Magenta #F245DF
RGB
CMYK
RGB Variations
Color information
#F245DF (or 0xF245DF) is known color: Free Speech Magenta. HEX triplet: F2, 45 and DF. RGB value is (242,69,223). Sum of RGB (Red+Green+Blue) = 242+69+223=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 69 (27.34% from 255 or 12.92% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F245DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F245DF is #0DBA20. Grayscale: #898989. Windows color (decimal): -899617 or 14632434. OLE color: 14632434.
HSL color Cylindrical-coordinate representation of color #F245DF: hue angle of 306.59º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F245DF is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 223 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.05 |
| HSL | 306.59º | 0.87% | 0.61% | - |
| HSV(B) | 306.59º | 0.71% | 0.95% | - |
| XYZ | 52.07 | 28.46 | 72.56 | - |
| YUV | 138.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 223 | 0 | 0.71 | 0.08 | 0.05 | 306.59 | 0.87 | 0.61 |
| Hex | F2 | 45 | DF | 0 | 47 | 8 | 5 | 133 | 57 | 3D |
| Octal | 362 | 105 | 337 | 0 | 107 | 10 | 5 | 463 | 127 | 75 |
| Binary | 11110010 | 1000101 | 11011111 | 0 | 1000111 | 1000 | 101 | 100110011 | 1010111 | 111101 |
Color Harmonies of #F245DF
Complementary color
Monochromatic Colors of #F245DF
Black with #F245DF
Text Example
Text Example
White with #F245DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F245DF; }
p { color: rgb(242,69,223); }
H1.HeaderClassName
{
color: #F245DF;
}
.AnyTagClassName
{
color: #F245DF;
}
</style>
background-color css
<style>
a { background-color: #F245DF; }
a { background-color: rgb(242,69,223); }
div.DivClassName
{
background-color: #F245DF;
}
.BgClassName
{
background-color: #F245DF;
}
</style>
border-color css
<style>
span { border-color: #F245DF; }
span { border-color: rgb(242,69,223); }
td.TdClassName
{
border-color: #F245DF;
}
.TagClassName
{
border-color: #F245DF;
}
</style>