Html Css Color HEX #F250CB Free Speech Magenta
📋 copy color: '#F250CB'red 242 ◦ green 80 ◦ blue 203
Shades of Free Speech Magenta #F250CB
Tints of Free Speech Magenta #F250CB
RGB
CMYK
RGB Variations
Color information
#F250CB (or 0xF250CB) is known color: Free Speech Magenta. HEX triplet: F2, 50 and CB. RGB value is (242,80,203). Sum of RGB (Red+Green+Blue) = 242+80+203=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F250CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250CB is #0DAF34. Grayscale: #8E8E8E. Windows color (decimal): -896821 or 13324530. OLE color: 13324530.
HSL color Cylindrical-coordinate representation of color #F250CB: hue angle of 314.44º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F250CB is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 203 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.05 |
| HSL | 314.44º | 0.86% | 0.63% | - |
| HSV(B) | 314.44º | 0.67% | 0.95% | - |
| XYZ | 50.27 | 28.93 | 59.43 | - |
| YUV | 142.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 203 | 0 | 0.67 | 0.16 | 0.05 | 314.44 | 0.86 | 0.63 |
| Hex | F2 | 50 | CB | 0 | 43 | 10 | 5 | 13A | 56 | 3F |
| Octal | 362 | 120 | 313 | 0 | 103 | 20 | 5 | 472 | 126 | 77 |
| Binary | 11110010 | 1010000 | 11001011 | 0 | 1000011 | 10000 | 101 | 100111010 | 1010110 | 111111 |
Color Harmonies of #F250CB
Complementary color
Monochromatic Colors of #F250CB
Black with #F250CB
Text Example
Text Example
White with #F250CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250CB; }
p { color: rgb(242,80,203); }
H1.HeaderClassName
{
color: #F250CB;
}
.AnyTagClassName
{
color: #F250CB;
}
</style>
background-color css
<style>
a { background-color: #F250CB; }
a { background-color: rgb(242,80,203); }
div.DivClassName
{
background-color: #F250CB;
}
.BgClassName
{
background-color: #F250CB;
}
</style>
border-color css
<style>
span { border-color: #F250CB; }
span { border-color: rgb(242,80,203); }
td.TdClassName
{
border-color: #F250CB;
}
.TagClassName
{
border-color: #F250CB;
}
</style>