Html Css Color HEX #FB66DF Free Speech Magenta
📋 copy color: '#FB66DF'red 251 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #FB66DF
Tints of Free Speech Magenta #FB66DF
RGB
CMYK
RGB Variations
Color information
#FB66DF (or 0xFB66DF) is known color: Free Speech Magenta. HEX triplet: FB, 66 and DF. RGB value is (251,102,223). Sum of RGB (Red+Green+Blue) = 251+102+223=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 102 (40.23% from 255 or 17.71% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB66DF is #049920. Grayscale: #A0A0A0. Windows color (decimal): -301345 or 14640891. OLE color: 14640891.
HSL color Cylindrical-coordinate representation of color #FB66DF: hue angle of 311.28º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB66DF is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 223 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.02 |
| HSL | 311.28º | 0.95% | 0.69% | - |
| HSV(B) | 311.28º | 0.59% | 0.98% | - |
| XYZ | 57.85 | 35.34 | 73.58 | - |
| YUV | 160.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 223 | 0 | 0.59 | 0.11 | 0.02 | 311.28 | 0.95 | 0.69 |
| Hex | FB | 66 | DF | 0 | 3B | B | 2 | 137 | 5F | 45 |
| Octal | 373 | 146 | 337 | 0 | 73 | 13 | 2 | 467 | 137 | 105 |
| Binary | 11111011 | 1100110 | 11011111 | 0 | 111011 | 1011 | 10 | 100110111 | 1011111 | 1000101 |
Color Harmonies of #FB66DF
Complementary color
Monochromatic Colors of #FB66DF
Black with #FB66DF
Text Example
Text Example
White with #FB66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66DF; }
p { color: rgb(251,102,223); }
H1.HeaderClassName
{
color: #FB66DF;
}
.AnyTagClassName
{
color: #FB66DF;
}
</style>
background-color css
<style>
a { background-color: #FB66DF; }
a { background-color: rgb(251,102,223); }
div.DivClassName
{
background-color: #FB66DF;
}
.BgClassName
{
background-color: #FB66DF;
}
</style>
border-color css
<style>
span { border-color: #FB66DF; }
span { border-color: rgb(251,102,223); }
td.TdClassName
{
border-color: #FB66DF;
}
.TagClassName
{
border-color: #FB66DF;
}
</style>