Html Css Color HEX #F267E5 Free Speech Magenta
📋 copy color: '#F267E5'red 242 ◦ green 103 ◦ blue 229
Shades of Free Speech Magenta #F267E5
Tints of Free Speech Magenta #F267E5
RGB
CMYK
RGB Variations
Color information
#F267E5 (or 0xF267E5) is known color: Free Speech Magenta. HEX triplet: F2, 67 and E5. RGB value is (242,103,229). Sum of RGB (Red+Green+Blue) = 242+103+229=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 103 (40.62% from 255 or 17.94% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F267E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267E5 is #0D981A. Grayscale: #9E9E9E. Windows color (decimal): -890907 or 15034354. OLE color: 15034354.
HSL color Cylindrical-coordinate representation of color #F267E5: hue angle of 305.61º 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 #F267E5 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 229 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.05 |
| HSL | 305.61º | 0.84% | 0.68% | - |
| HSV(B) | 305.61º | 0.57% | 0.95% | - |
| XYZ | 55.61 | 34.23 | 77.81 | - |
| YUV | 158.93 | 167.55 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 229 | 0 | 0.57 | 0.05 | 0.05 | 305.61 | 0.84 | 0.68 |
| Hex | F2 | 67 | E5 | 0 | 39 | 5 | 5 | 132 | 54 | 44 |
| Octal | 362 | 147 | 345 | 0 | 71 | 5 | 5 | 462 | 124 | 104 |
| Binary | 11110010 | 1100111 | 11100101 | 0 | 111001 | 101 | 101 | 100110010 | 1010100 | 1000100 |
Color Harmonies of #F267E5
Complementary color
Monochromatic Colors of #F267E5
Black with #F267E5
Text Example
Text Example
White with #F267E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267E5; }
p { color: rgb(242,103,229); }
H1.HeaderClassName
{
color: #F267E5;
}
.AnyTagClassName
{
color: #F267E5;
}
</style>
background-color css
<style>
a { background-color: #F267E5; }
a { background-color: rgb(242,103,229); }
div.DivClassName
{
background-color: #F267E5;
}
.BgClassName
{
background-color: #F267E5;
}
</style>
border-color css
<style>
span { border-color: #F267E5; }
span { border-color: rgb(242,103,229); }
td.TdClassName
{
border-color: #F267E5;
}
.TagClassName
{
border-color: #F267E5;
}
</style>