Html Css Color HEX #F267D3 Free Speech Magenta
📋 copy color: '#F267D3'red 242 ◦ green 103 ◦ blue 211
Shades of Free Speech Magenta #F267D3
Tints of Free Speech Magenta #F267D3
RGB
CMYK
RGB Variations
Color information
#F267D3 (or 0xF267D3) is known color: Free Speech Magenta. HEX triplet: F2, 67 and D3. RGB value is (242,103,211). Sum of RGB (Red+Green+Blue) = 242+103+211=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 103 (40.62% from 255 or 18.53% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F267D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267D3 is #0D982C. Grayscale: #9C9C9C. Windows color (decimal): -890925 or 13854706. OLE color: 13854706.
HSL color Cylindrical-coordinate representation of color #F267D3: hue angle of 313.38º 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 #F267D3 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 211 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.05 |
| HSL | 313.38º | 0.84% | 0.68% | - |
| HSV(B) | 313.38º | 0.57% | 0.95% | - |
| XYZ | 53.23 | 33.28 | 65.25 | - |
| YUV | 156.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 211 | 0 | 0.57 | 0.13 | 0.05 | 313.38 | 0.84 | 0.68 |
| Hex | F2 | 67 | D3 | 0 | 39 | D | 5 | 139 | 54 | 44 |
| Octal | 362 | 147 | 323 | 0 | 71 | 15 | 5 | 471 | 124 | 104 |
| Binary | 11110010 | 1100111 | 11010011 | 0 | 111001 | 1101 | 101 | 100111001 | 1010100 | 1000100 |
Color Harmonies of #F267D3
Complementary color
Monochromatic Colors of #F267D3
Black with #F267D3
Text Example
Text Example
White with #F267D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267D3; }
p { color: rgb(242,103,211); }
H1.HeaderClassName
{
color: #F267D3;
}
.AnyTagClassName
{
color: #F267D3;
}
</style>
background-color css
<style>
a { background-color: #F267D3; }
a { background-color: rgb(242,103,211); }
div.DivClassName
{
background-color: #F267D3;
}
.BgClassName
{
background-color: #F267D3;
}
</style>
border-color css
<style>
span { border-color: #F267D3; }
span { border-color: rgb(242,103,211); }
td.TdClassName
{
border-color: #F267D3;
}
.TagClassName
{
border-color: #F267D3;
}
</style>