Html Css Color HEX #F946EC Free Speech Magenta

📋 copy color: '#F946EC'

red 249 ◦ green 70 ◦ blue 236

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

Shades of Free Speech Magenta #F946EC

Tints of Free Speech Magenta #F946EC

RGB

 RED value IS 249 (97.66% from 255) = 44.86%

 GREEN value IS 70 (27.73% from 255) = 12.61%

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

R = 44.86%
G = 12.61%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F946EC (or 0xF946EC) is known color: Free Speech Magenta. HEX triplet: F9, 46 and EC. RGB value is (249,70,236). Sum of RGB (Red+Green+Blue) = 249+70+236=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 70 (27.73% from 255 or 12.61% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F946EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F946EC is #06B913. Grayscale: #8D8D8D. Windows color (decimal): -440596 or 15484665. OLE color: 15484665.

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

Color convert

RGB 249 70 236 -
CMYK 0 0.72 0.05 0.02
HSL 304.36º 0.94% 0.63% -
HSV(B) 304.36º 0.72% 0.98% -
XYZ 56.4 30.58 82.29 -
YUV 142.45 180.8 204 -
System Red Green Blue C M Y K H S L
Decimal 249 70 236 0 0.72 0.05 0.02 304.36 0.94 0.63
Hex F9 46 EC 0 48 5 2 130 5E 3F
Octal 371 106 354 0 110 5 2 460 136 77
Binary 11111001 1000110 11101100 0 1001000 101 10 100110000 1011110 111111

Color Harmonies of #F946EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F946EC

Black with #F946EC

Text Example


Text Example

White with #F946EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F946EC; }

 p { color: rgb(249,70,236); }

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

background-color css

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

 a { background-color: rgb(249,70,236); }

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

border-color css

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

 span { border-color: rgb(249,70,236); }

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