Html Css Color HEX #F265D4 Free Speech Magenta
📋 copy color: '#F265D4'red 242 ◦ green 101 ◦ blue 212
Shades of Free Speech Magenta #F265D4
Tints of Free Speech Magenta #F265D4
RGB
CMYK
RGB Variations
Color information
#F265D4 (or 0xF265D4) is known color: Free Speech Magenta. HEX triplet: F2, 65 and D4. RGB value is (242,101,212). Sum of RGB (Red+Green+Blue) = 242+101+212=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F265D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265D4 is #0D9A2B. Grayscale: #9B9B9B. Windows color (decimal): -891436 or 13919730. OLE color: 13919730.
HSL color Cylindrical-coordinate representation of color #F265D4: hue angle of 312.77º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265D4 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 212 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.05 |
| HSL | 312.77º | 0.84% | 0.67% | - |
| HSV(B) | 312.77º | 0.58% | 0.95% | - |
| XYZ | 53.16 | 32.94 | 65.84 | - |
| YUV | 155.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 212 | 0 | 0.58 | 0.12 | 0.05 | 312.77 | 0.84 | 0.67 |
| Hex | F2 | 65 | D4 | 0 | 3A | C | 5 | 139 | 54 | 43 |
| Octal | 362 | 145 | 324 | 0 | 72 | 14 | 5 | 471 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11010100 | 0 | 111010 | 1100 | 101 | 100111001 | 1010100 | 1000011 |
Color Harmonies of #F265D4
Complementary color
Monochromatic Colors of #F265D4
Black with #F265D4
Text Example
Text Example
White with #F265D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265D4; }
p { color: rgb(242,101,212); }
H1.HeaderClassName
{
color: #F265D4;
}
.AnyTagClassName
{
color: #F265D4;
}
</style>
background-color css
<style>
a { background-color: #F265D4; }
a { background-color: rgb(242,101,212); }
div.DivClassName
{
background-color: #F265D4;
}
.BgClassName
{
background-color: #F265D4;
}
</style>
border-color css
<style>
span { border-color: #F265D4; }
span { border-color: rgb(242,101,212); }
td.TdClassName
{
border-color: #F265D4;
}
.TagClassName
{
border-color: #F265D4;
}
</style>