Html Css Color HEX #F148D3 Free Speech Magenta
📋 copy color: '#F148D3'red 241 ◦ green 72 ◦ blue 211
Shades of Free Speech Magenta #F148D3
Tints of Free Speech Magenta #F148D3
RGB
CMYK
RGB Variations
Color information
#F148D3 (or 0xF148D3) is known color: Free Speech Magenta. HEX triplet: F1, 48 and D3. RGB value is (241,72,211). Sum of RGB (Red+Green+Blue) = 241+72+211=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F148D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F148D3 is #0EB72C. Grayscale: #898989. Windows color (decimal): -964397 or 13846769. OLE color: 13846769.
HSL color Cylindrical-coordinate representation of color #F148D3: hue angle of 310.65º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F148D3 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 211 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.05 |
| HSL | 310.65º | 0.86% | 0.61% | - |
| HSV(B) | 310.65º | 0.7% | 0.95% | - |
| XYZ | 50.35 | 28.04 | 64.39 | - |
| YUV | 138.38 | 168.99 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 211 | 0 | 0.70 | 0.12 | 0.05 | 310.65 | 0.86 | 0.61 |
| Hex | F1 | 48 | D3 | 0 | 46 | C | 5 | 137 | 56 | 3D |
| Octal | 361 | 110 | 323 | 0 | 106 | 14 | 5 | 467 | 126 | 75 |
| Binary | 11110001 | 1001000 | 11010011 | 0 | 1000110 | 1100 | 101 | 100110111 | 1010110 | 111101 |
Color Harmonies of #F148D3
Complementary color
Monochromatic Colors of #F148D3
Black with #F148D3
Text Example
Text Example
White with #F148D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F148D3; }
p { color: rgb(241,72,211); }
H1.HeaderClassName
{
color: #F148D3;
}
.AnyTagClassName
{
color: #F148D3;
}
</style>
background-color css
<style>
a { background-color: #F148D3; }
a { background-color: rgb(241,72,211); }
div.DivClassName
{
background-color: #F148D3;
}
.BgClassName
{
background-color: #F148D3;
}
</style>
border-color css
<style>
span { border-color: #F148D3; }
span { border-color: rgb(241,72,211); }
td.TdClassName
{
border-color: #F148D3;
}
.TagClassName
{
border-color: #F148D3;
}
</style>