Html Css Color HEX #F254C9 Free Speech Magenta
📋 copy color: '#F254C9'red 242 ◦ green 84 ◦ blue 201
Shades of Free Speech Magenta #F254C9
Tints of Free Speech Magenta #F254C9
RGB
CMYK
RGB Variations
Color information
#F254C9 (or 0xF254C9) is known color: Free Speech Magenta. HEX triplet: F2, 54 and C9. RGB value is (242,84,201). Sum of RGB (Red+Green+Blue) = 242+84+201=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F254C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254C9 is #0DAB36. Grayscale: #909090. Windows color (decimal): -895799 or 13194482. OLE color: 13194482.
HSL color Cylindrical-coordinate representation of color #F254C9: hue angle of 315.57º 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 #F254C9 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 201 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.05 |
| HSL | 315.57º | 0.86% | 0.64% | - |
| HSV(B) | 315.57º | 0.65% | 0.95% | - |
| XYZ | 50.33 | 29.43 | 58.29 | - |
| YUV | 144.58 | 159.85 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 201 | 0 | 0.65 | 0.17 | 0.05 | 315.57 | 0.86 | 0.64 |
| Hex | F2 | 54 | C9 | 0 | 41 | 11 | 5 | 13C | 56 | 40 |
| Octal | 362 | 124 | 311 | 0 | 101 | 21 | 5 | 474 | 126 | 100 |
| Binary | 11110010 | 1010100 | 11001001 | 0 | 1000001 | 10001 | 101 | 100111100 | 1010110 | 1000000 |
Color Harmonies of #F254C9
Complementary color
Monochromatic Colors of #F254C9
Black with #F254C9
Text Example
Text Example
White with #F254C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254C9; }
p { color: rgb(242,84,201); }
H1.HeaderClassName
{
color: #F254C9;
}
.AnyTagClassName
{
color: #F254C9;
}
</style>
background-color css
<style>
a { background-color: #F254C9; }
a { background-color: rgb(242,84,201); }
div.DivClassName
{
background-color: #F254C9;
}
.BgClassName
{
background-color: #F254C9;
}
</style>
border-color css
<style>
span { border-color: #F254C9; }
span { border-color: rgb(242,84,201); }
td.TdClassName
{
border-color: #F254C9;
}
.TagClassName
{
border-color: #F254C9;
}
</style>