Html Css Color HEX #F259EC Free Speech Magenta

📋 copy color: '#F259EC'

red 242 ◦ green 89 ◦ blue 236

#F259EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #F259EC

Tints of Free Speech Magenta #F259EC

RGB

 RED value IS 242 (94.92% from 255) = 42.68%

 GREEN value IS 89 (35.16% from 255) = 15.7%

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 42.68%
G = 15.7%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F259EC (or 0xF259EC) is known color: Free Speech Magenta. HEX triplet: F2, 59 and EC. RGB value is (242,89,236). Sum of RGB (Red+Green+Blue) = 242+89+236=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 89 (35.16% from 255 or 15.70% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F259EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F259EC is #0DA613. Grayscale: #979797. Windows color (decimal): -894484 or 15489522. OLE color: 15489522.

HSL color Cylindrical-coordinate representation of color #F259EC: hue angle of 302.35º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259EC is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 89 236 -
CMYK 0 0.63 0.02 0.05
HSL 302.35º 0.85% 0.65% -
HSV(B) 302.35º 0.63% 0.95% -
XYZ 55.33 32.08 82.63 -
YUV 151.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 242 89 236 0 0.63 0.02 0.05 302.35 0.85 0.65
Hex F2 59 EC 0 3F 2 5 12E 55 41
Octal 362 131 354 0 77 2 5 456 125 101
Binary 11110010 1011001 11101100 0 111111 10 101 100101110 1010101 1000001

Color Harmonies of #F259EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259EC

Black with #F259EC

Text Example


Text Example

White with #F259EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259EC; }

 p { color: rgb(242,89,236); }

 H1.HeaderClassName
 {
   color: #F259EC;
 }
 .AnyTagClassName
 {
   color: #F259EC;
 }
</style>

background-color css

<style>
 a { background-color: #F259EC; }

 a { background-color: rgb(242,89,236); }

 div.DivClassName
 {
   background-color: #F259EC;
 }
 .BgClassName
 {
   background-color: #F259EC;
 }
</style>

border-color css

<style>
 span { border-color: #F259EC; }

 span { border-color: rgb(242,89,236); }

 td.TdClassName
 {
   border-color: #F259EC;
 }
 .TagClassName
 {
   border-color: #F259EC;
 }
</style>