Html Css Color HEX #F255C8 Free Speech Magenta
📋 copy color: '#F255C8'red 242 ◦ green 85 ◦ blue 200
Shades of Free Speech Magenta #F255C8
Tints of Free Speech Magenta #F255C8
RGB
CMYK
RGB Variations
Color information
#F255C8 (or 0xF255C8) is known color: Free Speech Magenta. HEX triplet: F2, 55 and C8. RGB value is (242,85,200). Sum of RGB (Red+Green+Blue) = 242+85+200=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F255C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255C8 is #0DAA37. Grayscale: #909090. Windows color (decimal): -895544 or 13129202. OLE color: 13129202.
HSL color Cylindrical-coordinate representation of color #F255C8: hue angle of 316.05º 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 #F255C8 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 200 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.05 |
| HSL | 316.05º | 0.86% | 0.64% | - |
| HSV(B) | 316.05º | 0.65% | 0.95% | - |
| XYZ | 50.29 | 29.54 | 57.7 | - |
| YUV | 145.05 | 159.01 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 200 | 0 | 0.65 | 0.17 | 0.05 | 316.05 | 0.86 | 0.64 |
| Hex | F2 | 55 | C8 | 0 | 41 | 11 | 5 | 13C | 56 | 40 |
| Octal | 362 | 125 | 310 | 0 | 101 | 21 | 5 | 474 | 126 | 100 |
| Binary | 11110010 | 1010101 | 11001000 | 0 | 1000001 | 10001 | 101 | 100111100 | 1010110 | 1000000 |
Color Harmonies of #F255C8
Complementary color
Monochromatic Colors of #F255C8
Black with #F255C8
Text Example
Text Example
White with #F255C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F255C8; }
p { color: rgb(242,85,200); }
H1.HeaderClassName
{
color: #F255C8;
}
.AnyTagClassName
{
color: #F255C8;
}
</style>
background-color css
<style>
a { background-color: #F255C8; }
a { background-color: rgb(242,85,200); }
div.DivClassName
{
background-color: #F255C8;
}
.BgClassName
{
background-color: #F255C8;
}
</style>
border-color css
<style>
span { border-color: #F255C8; }
span { border-color: rgb(242,85,200); }
td.TdClassName
{
border-color: #F255C8;
}
.TagClassName
{
border-color: #F255C8;
}
</style>