Html Css Color HEX #F255CE Free Speech Magenta
📋 copy color: '#F255CE'red 242 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #F255CE
Tints of Free Speech Magenta #F255CE
RGB
CMYK
RGB Variations
Color information
#F255CE (or 0xF255CE) is known color: Free Speech Magenta. HEX triplet: F2, 55 and CE. RGB value is (242,85,206). Sum of RGB (Red+Green+Blue) = 242+85+206=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F255CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255CE is #0DAA31. Grayscale: #919191. Windows color (decimal): -895538 or 13522418. OLE color: 13522418.
HSL color Cylindrical-coordinate representation of color #F255CE: hue angle of 313.76º 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 #F255CE is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 206 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.05 |
| HSL | 313.76º | 0.86% | 0.64% | - |
| HSV(B) | 313.76º | 0.65% | 0.95% | - |
| XYZ | 51.01 | 29.83 | 61.46 | - |
| YUV | 145.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 206 | 0 | 0.65 | 0.15 | 0.05 | 313.76 | 0.86 | 0.64 |
| Hex | F2 | 55 | CE | 0 | 41 | F | 5 | 13A | 56 | 40 |
| Octal | 362 | 125 | 316 | 0 | 101 | 17 | 5 | 472 | 126 | 100 |
| Binary | 11110010 | 1010101 | 11001110 | 0 | 1000001 | 1111 | 101 | 100111010 | 1010110 | 1000000 |
Color Harmonies of #F255CE
Complementary color
Monochromatic Colors of #F255CE
Black with #F255CE
Text Example
Text Example
White with #F255CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F255CE; }
p { color: rgb(242,85,206); }
H1.HeaderClassName
{
color: #F255CE;
}
.AnyTagClassName
{
color: #F255CE;
}
</style>
background-color css
<style>
a { background-color: #F255CE; }
a { background-color: rgb(242,85,206); }
div.DivClassName
{
background-color: #F255CE;
}
.BgClassName
{
background-color: #F255CE;
}
</style>
border-color css
<style>
span { border-color: #F255CE; }
span { border-color: rgb(242,85,206); }
td.TdClassName
{
border-color: #F255CE;
}
.TagClassName
{
border-color: #F255CE;
}
</style>