Html Css Color HEX #F254D3 Free Speech Magenta
📋 copy color: '#F254D3'red 242 ◦ green 84 ◦ blue 211
Shades of Free Speech Magenta #F254D3
Tints of Free Speech Magenta #F254D3
RGB
CMYK
RGB Variations
Color information
#F254D3 (or 0xF254D3) is known color: Free Speech Magenta. HEX triplet: F2, 54 and D3. RGB value is (242,84,211). Sum of RGB (Red+Green+Blue) = 242+84+211=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F254D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254D3 is #0DAB2C. Grayscale: #919191. Windows color (decimal): -895789 or 13849842. OLE color: 13849842.
HSL color Cylindrical-coordinate representation of color #F254D3: hue angle of 311.77º 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 #F254D3 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 211 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.05 |
| HSL | 311.77º | 0.86% | 0.64% | - |
| HSV(B) | 311.77º | 0.65% | 0.95% | - |
| XYZ | 51.55 | 29.92 | 64.69 | - |
| YUV | 145.72 | 164.85 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 211 | 0 | 0.65 | 0.13 | 0.05 | 311.77 | 0.86 | 0.64 |
| Hex | F2 | 54 | D3 | 0 | 41 | D | 5 | 138 | 56 | 40 |
| Octal | 362 | 124 | 323 | 0 | 101 | 15 | 5 | 470 | 126 | 100 |
| Binary | 11110010 | 1010100 | 11010011 | 0 | 1000001 | 1101 | 101 | 100111000 | 1010110 | 1000000 |
Color Harmonies of #F254D3
Complementary color
Monochromatic Colors of #F254D3
Black with #F254D3
Text Example
Text Example
White with #F254D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254D3; }
p { color: rgb(242,84,211); }
H1.HeaderClassName
{
color: #F254D3;
}
.AnyTagClassName
{
color: #F254D3;
}
</style>
background-color css
<style>
a { background-color: #F254D3; }
a { background-color: rgb(242,84,211); }
div.DivClassName
{
background-color: #F254D3;
}
.BgClassName
{
background-color: #F254D3;
}
</style>
border-color css
<style>
span { border-color: #F254D3; }
span { border-color: rgb(242,84,211); }
td.TdClassName
{
border-color: #F254D3;
}
.TagClassName
{
border-color: #F254D3;
}
</style>