Html Css Color HEX #F267DF Free Speech Magenta
📋 copy color: '#F267DF'red 242 ◦ green 103 ◦ blue 223
Shades of Free Speech Magenta #F267DF
Tints of Free Speech Magenta #F267DF
RGB
CMYK
RGB Variations
Color information
#F267DF (or 0xF267DF) is known color: Free Speech Magenta. HEX triplet: F2, 67 and DF. RGB value is (242,103,223). Sum of RGB (Red+Green+Blue) = 242+103+223=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 103 (40.62% from 255 or 18.13% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F267DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267DF is #0D9820. Grayscale: #9D9D9D. Windows color (decimal): -890913 or 14641138. OLE color: 14641138.
HSL color Cylindrical-coordinate representation of color #F267DF: hue angle of 308.2º 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 #F267DF is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 223 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.05 |
| HSL | 308.2º | 0.84% | 0.68% | - |
| HSV(B) | 308.2º | 0.57% | 0.95% | - |
| XYZ | 54.79 | 33.91 | 73.47 | - |
| YUV | 158.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 223 | 0 | 0.57 | 0.08 | 0.05 | 308.2 | 0.84 | 0.68 |
| Hex | F2 | 67 | DF | 0 | 39 | 8 | 5 | 134 | 54 | 44 |
| Octal | 362 | 147 | 337 | 0 | 71 | 10 | 5 | 464 | 124 | 104 |
| Binary | 11110010 | 1100111 | 11011111 | 0 | 111001 | 1000 | 101 | 100110100 | 1010100 | 1000100 |
Color Harmonies of #F267DF
Complementary color
Monochromatic Colors of #F267DF
Black with #F267DF
Text Example
Text Example
White with #F267DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267DF; }
p { color: rgb(242,103,223); }
H1.HeaderClassName
{
color: #F267DF;
}
.AnyTagClassName
{
color: #F267DF;
}
</style>
background-color css
<style>
a { background-color: #F267DF; }
a { background-color: rgb(242,103,223); }
div.DivClassName
{
background-color: #F267DF;
}
.BgClassName
{
background-color: #F267DF;
}
</style>
border-color css
<style>
span { border-color: #F267DF; }
span { border-color: rgb(242,103,223); }
td.TdClassName
{
border-color: #F267DF;
}
.TagClassName
{
border-color: #F267DF;
}
</style>