Html Css Color HEX #F150CF Free Speech Magenta
📋 copy color: '#F150CF'red 241 ◦ green 80 ◦ blue 207
Shades of Free Speech Magenta #F150CF
Tints of Free Speech Magenta #F150CF
RGB
CMYK
RGB Variations
Color information
#F150CF (or 0xF150CF) is known color: Free Speech Magenta. HEX triplet: F1, 50 and CF. RGB value is (241,80,207). Sum of RGB (Red+Green+Blue) = 241+80+207=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F150CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150CF is #0EAF30. Grayscale: #8E8E8E. Windows color (decimal): -962353 or 13586673. OLE color: 13586673.
HSL color Cylindrical-coordinate representation of color #F150CF: hue angle of 312.67º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F150CF is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 207 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.05 |
| HSL | 312.67º | 0.85% | 0.63% | - |
| HSV(B) | 312.67º | 0.67% | 0.95% | - |
| XYZ | 50.41 | 28.94 | 61.96 | - |
| YUV | 142.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 207 | 0 | 0.67 | 0.14 | 0.05 | 312.67 | 0.85 | 0.63 |
| Hex | F1 | 50 | CF | 0 | 43 | E | 5 | 139 | 55 | 3F |
| Octal | 361 | 120 | 317 | 0 | 103 | 16 | 5 | 471 | 125 | 77 |
| Binary | 11110001 | 1010000 | 11001111 | 0 | 1000011 | 1110 | 101 | 100111001 | 1010101 | 111111 |
Color Harmonies of #F150CF
Complementary color
Monochromatic Colors of #F150CF
Black with #F150CF
Text Example
Text Example
White with #F150CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F150CF; }
p { color: rgb(241,80,207); }
H1.HeaderClassName
{
color: #F150CF;
}
.AnyTagClassName
{
color: #F150CF;
}
</style>
background-color css
<style>
a { background-color: #F150CF; }
a { background-color: rgb(241,80,207); }
div.DivClassName
{
background-color: #F150CF;
}
.BgClassName
{
background-color: #F150CF;
}
</style>
border-color css
<style>
span { border-color: #F150CF; }
span { border-color: rgb(241,80,207); }
td.TdClassName
{
border-color: #F150CF;
}
.TagClassName
{
border-color: #F150CF;
}
</style>