Html Css Color HEX #F051CB Free Speech Magenta
📋 copy color: '#F051CB'red 240 ◦ green 81 ◦ blue 203
Shades of Free Speech Magenta #F051CB
Tints of Free Speech Magenta #F051CB
RGB
CMYK
RGB Variations
Color information
#F051CB (or 0xF051CB) is known color: Free Speech Magenta. HEX triplet: F0, 51 and CB. RGB value is (240,81,203). Sum of RGB (Red+Green+Blue) = 240+81+203=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F051CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051CB is #0FAE34. Grayscale: #8E8E8E. Windows color (decimal): -1027637 or 13324784. OLE color: 13324784.
HSL color Cylindrical-coordinate representation of color #F051CB: hue angle of 313.96º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F051CB is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 203 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.06 |
| HSL | 313.96º | 0.84% | 0.63% | - |
| HSV(B) | 313.96º | 0.66% | 0.94% | - |
| XYZ | 49.66 | 28.72 | 59.43 | - |
| YUV | 142.45 | 162.18 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 203 | 0 | 0.66 | 0.15 | 0.06 | 313.96 | 0.84 | 0.63 |
| Hex | F0 | 51 | CB | 0 | 42 | F | 6 | 13A | 54 | 3F |
| Octal | 360 | 121 | 313 | 0 | 102 | 17 | 6 | 472 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11001011 | 0 | 1000010 | 1111 | 110 | 100111010 | 1010100 | 111111 |
Color Harmonies of #F051CB
Complementary color
Monochromatic Colors of #F051CB
Black with #F051CB
Text Example
Text Example
White with #F051CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051CB; }
p { color: rgb(240,81,203); }
H1.HeaderClassName
{
color: #F051CB;
}
.AnyTagClassName
{
color: #F051CB;
}
</style>
background-color css
<style>
a { background-color: #F051CB; }
a { background-color: rgb(240,81,203); }
div.DivClassName
{
background-color: #F051CB;
}
.BgClassName
{
background-color: #F051CB;
}
</style>
border-color css
<style>
span { border-color: #F051CB; }
span { border-color: rgb(240,81,203); }
td.TdClassName
{
border-color: #F051CB;
}
.TagClassName
{
border-color: #F051CB;
}
</style>