Html Css Color HEX #F254CF Free Speech Magenta
📋 copy color: '#F254CF'red 242 ◦ green 84 ◦ blue 207
Shades of Free Speech Magenta #F254CF
Tints of Free Speech Magenta #F254CF
RGB
CMYK
RGB Variations
Color information
#F254CF (or 0xF254CF) is known color: Free Speech Magenta. HEX triplet: F2, 54 and CF. RGB value is (242,84,207). Sum of RGB (Red+Green+Blue) = 242+84+207=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F254CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254CF is #0DAB30. Grayscale: #909090. Windows color (decimal): -895793 or 13587698. OLE color: 13587698.
HSL color Cylindrical-coordinate representation of color #F254CF: hue angle of 313.29º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F254CF is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 207 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.05 |
| HSL | 313.29º | 0.86% | 0.64% | - |
| HSV(B) | 313.29º | 0.65% | 0.95% | - |
| XYZ | 51.05 | 29.72 | 62.08 | - |
| YUV | 145.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 207 | 0 | 0.65 | 0.14 | 0.05 | 313.29 | 0.86 | 0.64 |
| Hex | F2 | 54 | CF | 0 | 41 | E | 5 | 139 | 56 | 40 |
| Octal | 362 | 124 | 317 | 0 | 101 | 16 | 5 | 471 | 126 | 100 |
| Binary | 11110010 | 1010100 | 11001111 | 0 | 1000001 | 1110 | 101 | 100111001 | 1010110 | 1000000 |
Color Harmonies of #F254CF
Complementary color
Monochromatic Colors of #F254CF
Black with #F254CF
Text Example
Text Example
White with #F254CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254CF; }
p { color: rgb(242,84,207); }
H1.HeaderClassName
{
color: #F254CF;
}
.AnyTagClassName
{
color: #F254CF;
}
</style>
background-color css
<style>
a { background-color: #F254CF; }
a { background-color: rgb(242,84,207); }
div.DivClassName
{
background-color: #F254CF;
}
.BgClassName
{
background-color: #F254CF;
}
</style>
border-color css
<style>
span { border-color: #F254CF; }
span { border-color: rgb(242,84,207); }
td.TdClassName
{
border-color: #F254CF;
}
.TagClassName
{
border-color: #F254CF;
}
</style>